コード例 #1
0
ファイル: Iterator.cs プロジェクト: xiaochuwang/mono
 private PrecedingSiblingIterator(PrecedingSiblingIterator other) : base(other, true)
 {
     startPosition = other.startPosition;
     started       = other.started;
     finished      = other.finished;
 }
コード例 #2
0
ファイル: Iterator.cs プロジェクト: cyplo/mono
		private PrecedingSiblingIterator (PrecedingSiblingIterator other) : base (other, true) 
		{
			startPosition = other.startPosition;
			started = other.started;
			finished = other.finished;
		}