Example #1
0
 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;
		}