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