Class ActionUtils
Contains static methods and properties related to Action, Func<TResult> and their versions with additional parameters.
public static class ActionUtils
- Inheritance
-
ActionUtils
Methods
- ToAction<T>(Func<object, int>)
Converts Func<T, TResult> with object parameter and int result type to Action<T>.