Пример #1
0
		public CstToken(CstTokenType tokenType, string text)
		{
			this.tokenType = tokenType;
			this.text = text;
		}
Пример #2
0
 public CstToken(CstTokenType tokenType, string text)
 {
     this.tokenType = tokenType;
     this.text      = text;
 }