Esempio n. 1
0
		private ParentIterator (ParentIterator other, bool dummy) : base (other, true)
		{
			//_current = _nav;
			canMove = other.canMove;
		}
Esempio n. 2
0
 private ParentIterator(ParentIterator other, bool dummy) : base(other, true)
 {
     //_current = _nav;
     canMove = other.canMove;
 }
Esempio n. 3
0
 private ParentIterator(ParentIterator other, bool dummy) : base(other, true)
 {
     this.canMove = other.canMove;
 }