Represents the base of "dynamic methods" - a method that can be called at runtime. Essentially acts like a delegate.
Public Member Functions | |
virtual object | RunBoxed (params object[] arguments) |
Executes this method with the given arguments. More... | |
|
inlinevirtual |
Executes this method with the given arguments.
arguments | The arguments to pass to the method |
Reimplemented in Nitro.DynamicMethod< T >.