Пример #1
0
		private ParentIterator (ParentIterator other, bool dummy) : base (other, true)
		{
			//_current = _nav;
			canMove = other.canMove;
		}
Пример #2
0
 private ParentIterator(ParentIterator other, bool dummy) : base(other, true)
 {
     //_current = _nav;
     canMove = other.canMove;
 }
Пример #3
0
 private ParentIterator(ParentIterator other, bool dummy) : base(other, true)
 {
     this.canMove = other.canMove;
 }