Arguments
Gets the method arguments.
Declaration
public IList<object> Arguments { get; }Property Value
| Type | Description |
|---|---|
| IList<object> |
Remarks
This property is null unless the ProvideMethodContext property is set to true for the target class.
Gets the method arguments.
public IList<object> Arguments { get; }| Type | Description |
|---|---|
| IList<object> |
This property is null unless the ProvideMethodContext property is set to true for the target class.