コード例 #1
0
ファイル: FreeComment.cs プロジェクト: ajayumi/Jumony
 public FreeComment( IHtmlFragment fragment, HtmlNodeFactory factory )
   : base( fragment, factory )
 {
   Comment = Node as IHtmlComment;
   if ( Comment == null )
     throw new InvalidOperationException();
 }
コード例 #2
0
ファイル: FreeComment.cs プロジェクト: zpzgone/Jumony
 public FreeComment(IHtmlFragment fragment, HtmlNodeFactory factory)
     : base(fragment, factory)
 {
     Comment = Node as IHtmlComment;
     if (Comment == null)
     {
         throw new InvalidOperationException();
     }
 }