Beispiel #1
0
 public FreeComment( IHtmlFragment fragment, HtmlNodeFactory factory )
   : base( fragment, factory )
 {
   Comment = Node as IHtmlComment;
   if ( Comment == null )
     throw new InvalidOperationException();
 }
Beispiel #2
0
 public FreeComment(IHtmlFragment fragment, HtmlNodeFactory factory)
     : base(fragment, factory)
 {
     Comment = Node as IHtmlComment;
     if (Comment == null)
     {
         throw new InvalidOperationException();
     }
 }