Esempio n. 1
0
 /// <summary></summary>
 public DotNetCommentLinkedGroup(IDotNetCommentLink link, params DotNetComment[] comments) : base(comments)
 {
     Link = link;
 }
Esempio n. 2
0
 /// <summary></summary>
 public DotNetCommentLinkedGroup(IDotNetCommentLink link, List <DotNetComment> comments) : base(comments)
 {
     Link = link;
 }
Esempio n. 3
0
 /// <summary></summary>
 public DotNetCommentLinkedGroup(IDotNetCommentLink link, DotNetComment comment) : base(comment)
 {
     Link = link;
 }