Method QueryAdvice
QueryAdvice<T>()
Queries an interface implemented by a dynamic advice.
Declaration
T QueryAdvice<T>()
where T : class
Returns
Type | Description |
---|---|
T | The interface implementation, or |
Type Parameters
Name | Description |
---|---|
T | The interface type. |