MethodInfoExtensionsCreateAction Method

Overload List

CreateAction(MethodInfo) Turns a MethodInfo into an Action that can be called with objects of the specified type.
CreateActionT1(MethodInfo) Turns a MethodInfo into an Action that can be called with objects of the specified type.
CreateActionT1, T2(MethodInfo) Turns a MethodInfo into an Action that can be called with objects of the specified type.
CreateActionT1, T2, T3(MethodInfo) Turns a MethodInfo into an Action that can be called with objects of the specified type.

See Also