コード例 #1
0
ファイル: CharSetTerminal.cs プロジェクト: Myvar/Eclang
 protected CharSetTerminal(CharSetTerminal other, ParserCloneArgs args)
     : base(other, args)
 {
     this.Characters = other.characters != null ? (char[])other.characters.Clone() : null;
 }
コード例 #2
0
ファイル: CharSetTerminal.cs プロジェクト: Myvar/Eclang
 protected CharSetTerminal(CharSetTerminal other, ParserCloneArgs args)
     : base(other, args)
 {
     this.Characters = other.characters != null ? (char[])other.characters.Clone() : null;
 }