public static Action<Object> CreateAction(
this MethodInfo method
)<ExtensionAttribute>
Public Shared Function CreateAction (
method As MethodInfo
) As Action(Of Object)public:
[ExtensionAttribute]
static Action<Object^>^ CreateAction(
MethodInfo^ method
)Gemstone.Reflection.MethodInfoExtensions.MethodInfoExtensions.CreateAction = function(method);