コード例 #1
0
 /// <summary>
 /// Constructor
 /// </summary>
 /// <param name="text"></param>
 public TsCodeCommentStatement(string text)
 {
     //Comment
     Comment = new TsCodeComment(text);
 }
コード例 #2
0
 public TsCodeMemberComment(TsCodeComment comment)
 {
     Comment = comment;
 }