Represents the result of override advice, returned by methods such as OverrideAccessors(IAdviser<IFieldOrProperty>, in GetterTemplateSelector, string?, object?, object?).
Namespace: Metalama.Framework.Advising
Assembly: Metalama.Framework.dll
Syntax
public interface IOverrideAdviceResult<out T> : IAdviceResult where T : class, IDeclarationType Parameters
| Name | Description |
|---|---|
| T | The type of declaration that was overridden (e.g., IMethod, IFieldOrProperty, IEvent). |
Properties
| Name | Description |
|---|---|
| Declaration | Gets the declaration after the override transformation has been applied. |