Invoke(ref object, Arguments)
In Metalama, use meta.Target.Method.Invoke(params dynamic?[]).
Declaration
object Invoke(ref object instance, Arguments arguments)Parameters
| Type | Name | Description |
|---|---|---|
| object | instance | |
| Arguments | arguments |
Returns
| Type | Description |
|---|---|
| object |