コード例 #1
0
 /// <summary></summary>
 public DotNetCommentLinkedGroup(IDotNetCommentLink link, params DotNetComment[] comments) : base(comments)
 {
     Link = link;
 }
コード例 #2
0
 /// <summary></summary>
 public DotNetCommentLinkedGroup(IDotNetCommentLink link, List <DotNetComment> comments) : base(comments)
 {
     Link = link;
 }
コード例 #3
0
 /// <summary></summary>
 public DotNetCommentLinkedGroup(IDotNetCommentLink link, DotNetComment comment) : base(comment)
 {
     Link = link;
 }