public XPathDescendantOrSelfIterator(XPathDescendantOrSelfIterator copy) : base (copy) { this.depth = copy.depth; this.finished = copy.finished; }
public XPathDescendantOrSelfIterator(XPathDescendantOrSelfIterator copy) : base(copy) { this.depth = copy.depth; this.finished = copy.finished; }