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