Extension methods for the IIntroductionAdviceResult<T> interface.
Namespace: Metalama.Framework.Advising
Assembly: Metalama.Framework.dll
Syntax
public static class AdviceResultExtensionsMethods
| Name | Description |
|---|---|
| TryGetDeclaration<T>(IIntroductionAdviceResult<T>, out T?) | Attempts to get the declaration (method, property, field, event, type, or operator) that was introduced by the advice, if the advice was successful. |