Esempio n. 1
0
 public CharTokenExpr(CharConst ch) =>
 this.ch = ch;
Esempio n. 2
0
 public CharacterChar(CharConst ch)
     : base(ch)
 {
     this.ch = ch;
 }