private DescendantIterator (DescendantIterator other) : base (other, true) { _depth = other._depth; _finished = other._finished; }
private DescendantIterator(DescendantIterator other) : base(other, true) { this._depth = other._depth; this._finished = other._finished; }
private DescendantIterator(DescendantIterator other) : base(other) { _depth = other._depth; _finished = other._finished; }