Nitro.NitroBaseMethod Class Reference

Detailed Description

Represents the base of "dynamic methods" - a method that can be called at runtime. Essentially acts like a delegate.

Inheritance diagram for Nitro.NitroBaseMethod:
Nitro.DynamicMethod< T >

Public Member Functions

virtual object RunBoxed (params object[] arguments)
 Executes this method with the given arguments. More...
 

Member Function Documentation

virtual object Nitro.NitroBaseMethod.RunBoxed ( params object[]  arguments)
inlinevirtual

Executes this method with the given arguments.

Parameters
argumentsThe arguments to pass to the method
Returns
The return value of the method, if any.

Reimplemented in Nitro.DynamicMethod< T >.