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. |
Queries an interface implemented by a dynamic advice.
T QueryAdvice<T>() where T : class
Type | Description |
---|---|
T | The interface implementation, or |
Name | Description |
---|---|
T | The interface type. |