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