Exemplo n.º 1
0
 protected CppCommentCommand(CppCommentKind kind) : base(kind)
 {
     Arguments = new List <string>();
 }
Exemplo n.º 2
0
 protected CppCommentTextBase(CppCommentKind kind) : base(kind)
 {
 }
Exemplo n.º 3
0
 protected CppCommentHtmlTag(CppCommentKind kind) : base(kind)
 {
 }
Exemplo n.º 4
0
 protected CppComment(CppCommentKind kind)
 {
     Kind = kind;
 }