Class InvokeUtils
Helper functions about invoking, delegates and the like.
public static class InvokeUtils
- Inheritance
-
InvokeUtils
Methods
- AsFunc(Action)
Converts the given Action to a Func<TResult> that always returns null. Useful if a method expects a Func<TResult> delegate and you don't want to return anything.