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.