GetAdviceEnumerator<T>()
Gets an AdviceEnumerator<T> for all advices implementing a given interface on the current object.
Declaration
public AdviceEnumerator<T> GetAdviceEnumerator<T>() where T : class, IDynamicAdviceReturns
| Type | Description |
|---|---|
| AdviceEnumerator<T> | An AdviceEnumerator<T> that enumerates all advices of type |
Type Parameters
| Name | Description |
|---|---|
| T | Interface to be implemented by the advice |