Func<T, TResult> Delegate
Encapsulates a method that has one parameter and return a value of the type specified by the TResult parameter.
Use this method to represent a method that can be passed as a parameter without explicitly declaring a custom delegate.
Action<T> Delegate
Encapsulate a method that has one parameter and does not return a value.
Encapsulates a method that has one parameter and return a value of the type specified by the TResult parameter.
Use this method to represent a method that can be passed as a parameter without explicitly declaring a custom delegate.
Action<T> Delegate
Encapsulate a method that has one parameter and does not return a value.
0 comments:
Post a Comment