예제 #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;
	}