コード例 #1
0
ファイル: Iterator.cs プロジェクト: cyplo/mono
		private ParentIterator (ParentIterator other, bool dummy) : base (other, true)
		{
			//_current = _nav;
			canMove = other.canMove;
		}
コード例 #2
0
ファイル: Iterator.cs プロジェクト: xiaochuwang/mono
 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;
 }