Method CreateAction
CreateAction(object, MethodInfo)
Creates Action for the specified MethodInfo.
public static Action CreateAction(object instance, MethodInfo method)
Parameters
instance
objectObject which contains the method.
method
MethodInfoMethod which needs to be converted to Action.