コード例 #1
0
 public FunEnumerable(int size, Int2Int f)
 {
     this.size = size; this.f = f;
 }
コード例 #2
0
ファイル: gtest-164.cs プロジェクト: nobled/mono
	public FunEnumerable(int size, Int2Int f)
	{
		this.size = size; this.f = f;
	}