Ejemplo n.º 1
0
 private CharLiteral(char value)
     : base(value.ToString(), NameFactory.CharNameReference())
 {
     this.Value = value;
 }