Click or drag to resize

MethodInfoExtensions.CreateFunc Method

Overload List
  Name Description
Public Extension Method CreateFunc<TResult> (MethodInfo) Turns a MethodInfo into a Func<TResult> that can be called with objects of the specified type.
Public Extension Method CreateFunc<T1, TResult> (MethodInfo) Turns a MethodInfo into a Func<TResult> that can be called with objects of the specified type.
Public Extension Method CreateFunc<T1, T2, TResult> (MethodInfo) Turns a MethodInfo into a Func<TResult> that can be called with objects of the specified type.
Public Extension Method CreateFunc<T1, T2, T3, TResult> (MethodInfo) Turns a MethodInfo into a Func<TResult> that can be called with objects of the specified type.
Top
See Also