示例#1
0
 protected CppCommentCommand(CppCommentKind kind) : base(kind)
 {
     Arguments = new List <string>();
 }
示例#2
0
 protected CppCommentTextBase(CppCommentKind kind) : base(kind)
 {
 }
示例#3
0
 protected CppCommentHtmlTag(CppCommentKind kind) : base(kind)
 {
 }
示例#4
0
 protected CppComment(CppCommentKind kind)
 {
     Kind = kind;
 }