private PredicateIterator(PredicateIterator other) : base(other) { _iter = (BaseIterator)other._iter.Clone(); _pred = other._pred; resType = other.resType; finished = other.finished; }
private PredicateIterator (PredicateIterator other) : base (other) { _iter = (BaseIterator) other._iter.Clone (); _pred = other._pred; resType = other.resType; finished = other.finished; }