AdviceArgs(object)
Initializes a new AdviceArgs.
Declaration
public AdviceArgs(object instance)
Parameters
Type | Name | Description |
---|---|---|
object | instance | The instance related to the advice invocation, or
|
Initializes a new AdviceArgs.
public AdviceArgs(object instance)
Type | Name | Description |
---|---|---|
object | instance | The instance related to the advice invocation, or
|