QueryAdvice<T>()
Queries an interface implemented by a dynamic advice.
Declaration
T QueryAdvice<T>() where T : classReturns
| 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. |