示例#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;
	}