public XPathPrecedingIterator(XPathPrecedingIterator copy) : base (copy) { this.finished = copy.finished; this.start = copy.start; }
public XPathPrecedingIterator(XPathPrecedingIterator copy) : base(copy) { this.finished = copy.finished; this.start = copy.start; }