Interface IFunc<T,TResult>
-
- Type Parameters:
T- the generic typeTResult- the generic type
public interface IFunc<T,TResult>
The Interface Func.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TResultfunc(T arg)Func.
-