Table of Contents

Method CreateAction

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

CreateAction(object, MethodInfo)

Creates Action for the specified MethodInfo.

public static Action CreateAction(object instance, MethodInfo method)

Parameters

instance object

Object which contains the method.

method MethodInfo

Method which needs to be converted to Action.

Returns

Action