コード例 #1
0
ファイル: Iterator.cs プロジェクト: xiaochuwang/mono
 private ParensIterator(ParensIterator other) : base(other)
 {
     _iter = (BaseIterator)other._iter.Clone();
 }
コード例 #2
0
ファイル: Iterator.cs プロジェクト: cyplo/mono
		private ParensIterator (ParensIterator other) : base (other) 
		{
			_iter = (BaseIterator) other._iter.Clone ();
		}