Exemplo n.º 1
0
 protected CharSetTerminal(CharSetTerminal other, ParserCloneArgs args)
     : base(other, args)
 {
     this.Characters = other.characters != null ? (char[])other.characters.Clone() : null;
 }
Exemplo n.º 2
0
 protected CharSetTerminal(CharSetTerminal other, ParserCloneArgs args)
     : base(other, args)
 {
     this.Characters = other.characters != null ? (char[])other.characters.Clone() : null;
 }