Ejemplo n.º 1
0
 public XPathPredicateIterator(XPathPredicateIterator copy) : base(copy)
 {
     this.iterator   = (XPathBaseIterator)copy.iterator.Clone();
     this.predicate  = copy.predicate;
     this.resultType = copy.resultType;
     this.pos        = copy.pos;
 }
		public XPathPredicateIterator(XPathPredicateIterator copy) : base(copy)
		{
			this.iterator = (XPathBaseIterator) copy.iterator.Clone();
			this.predicate = copy.predicate;
			this.resultType = copy.resultType;
			this.pos = copy.pos;
		}