Click or drag to resize

MethodInfoExtensions Methods

The MethodInfoExtensions type exposes the following members.

Methods
  Name Description
Public Extension Method CreateAction(MethodInfo) Turns a MethodInfo into an Action that can be called with objects of the specified type.
Public Extension Method CreateActionT1(MethodInfo) Turns a MethodInfo into an Action that can be called with objects of the specified type.
Public Extension Method CreateActionT1, T2(MethodInfo) Turns a MethodInfo into an Action that can be called with objects of the specified type.
Public Extension Method CreateActionT1, T2, T3(MethodInfo) Turns a MethodInfo into an Action that can be called with objects of the specified type.
Public Extension Method CreateFuncTResult(MethodInfo) Turns a MethodInfo into a FuncTResult that can be called with objects of the specified type.
Public Extension Method CreateFuncT1, TResult(MethodInfo) Turns a MethodInfo into a FuncTResult that can be called with objects of the specified type.
Public Extension Method CreateFuncT1, T2, TResult(MethodInfo) Turns a MethodInfo into a FuncTResult that can be called with objects of the specified type.
Public Extension Method CreateFuncT1, T2, T3, TResult(MethodInfo) Turns a MethodInfo into a FuncTResult that can be called with objects of the specified type.
Top
See Also