Exemple #1
0
 public Comment(LZ.Lexer.CommentType commentType, string comment, Point startPosition, Point endPosition) : base(startPosition, endPosition)
 {
     this.commentType = commentType;
     this.comment     = comment;
 }
Exemple #2
0
 public Comment(LZ.Lexer.CommentType commentType, string comment, Point startPosition, Point endPosition) : base(startPosition, endPosition)
 {
     this.commentType = commentType;
     this.comment = comment;
 }