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