コード例 #1
0
ファイル: Iterator.cs プロジェクト: xiaochuwang/mono
 protected SelfIterator(SelfIterator other, bool clone) : base(other, true)
 {
 }
コード例 #2
0
ファイル: Iterator.cs プロジェクト: cyplo/mono
		protected SelfIterator (SelfIterator other, bool clone) : base (other, true) 
		{
		}