예제 #1
0
 internal CommentToken(CommentTokenType type, string comment, string sourcePath, BufferPosition position)
     : base(TokenType.Comment, sourcePath, position) {
     _commentType = type;
     _comment = comment;
 }
 internal CommentToken(CommentTokenType type, string comment, string sourcePath, BufferPosition position)
     : base(TokenType.Comment, sourcePath, position)
 {
     _commentType = type;
     _comment     = comment;
 }