public XPathFollowingIterator(XPathFollowingIterator copy) : base (copy)
		{
			this.finished = copy.finished;
		}
Exemple #2
0
 public XPathFollowingIterator(XPathFollowingIterator copy) : base(copy)
 {
     this.finished = copy.finished;
 }