示例#1
0
文件: Iterator.cs 项目: cyplo/mono
		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;
 }