public FuncEnumerator(ObjectFunc e)
		{
			this.GetNextTarget = e;
		}
예제 #2
0
 public FuncEnumerator(ObjectFunc e)
 {
     this.GetNextTarget = e;
 }