Exemplo n.º 1
0
 private PrecedingIterator(PrecedingIterator other) : base(other, true)
 {
     startPosition = other.startPosition;
     started       = other.started;
     finished      = other.finished;
 }
Exemplo n.º 2
0
		private PrecedingIterator (PrecedingIterator other) : base (other, true) 
		{
			startPosition = other.startPosition;
			started = other.started;
			finished = other.finished;
		}