public XPathDescendantOrSelfIterator(XPathDescendantOrSelfIterator copy) : base (copy)
		{
			this.depth = copy.depth;
			this.finished = copy.finished;
		}
Example #2
0
 public XPathDescendantOrSelfIterator(XPathDescendantOrSelfIterator copy) : base(copy)
 {
     this.depth    = copy.depth;
     this.finished = copy.finished;
 }