Method Invoke
Invoke(ref Object, Arguments)
Invokes the next node in the chain of invocation.
Declaration
object Invoke(ref object instance, Arguments arguments)
Parameters
Type | Name | Description |
---|---|---|
Object | instance | Target instance on which the method should be invoked ( |
Arguments | arguments | Method arguments. |
Returns
Type | Description |
---|---|
Object | Return value of the method. |