protected ListParser(ListParser other, ParserCloneArgs chain) : base(other, chain) { Items = new List <Parser>(other.Items.Select(chain.Clone)); }
protected ListParser(ListParser other, ParserCloneArgs chain) : base(other, chain) { Items = new List<Parser>(other.Items.Select(chain.Clone)); }