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