public XPathPrecedingIterator(XPathPrecedingIterator copy) : base (copy)
		{
			this.finished = copy.finished;
			this.start = copy.start;
		}
Exemplo n.º 2
0
 public XPathPrecedingIterator(XPathPrecedingIterator copy) : base(copy)
 {
     this.finished = copy.finished;
     this.start    = copy.start;
 }