コード例 #1
0
ファイル: ExceptParser.cs プロジェクト: Myvar/Eclang
 protected ExceptParser(ExceptParser other, ParserCloneArgs args)
     : base(other, args)
 {
     Except = args.Clone(other.Except);
 }
コード例 #2
0
ファイル: ExceptParser.cs プロジェクト: yallie/Eto.Parse
 protected ExceptParser(ExceptParser other, ParserCloneArgs args)
     : base(other, args)
 {
     Except = args.Clone(other.Except);
 }