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