Open sandboxFocus

Interface IOverrideAdviceResult<T>

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, IDeclaration
Type 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.

Extension Methods

See Also