MetalamaAPI documentationAspect APIMetalama.​Framework.​AdvisingIOverride­Advice­Result<T>
Open sandboxFocus

IOverrideAdviceResult<T> Interface

Represents the result of the Override methods of the IAdviceFactory interface.

Namespace: Metalama.Framework.Advising
Assembly: Metalama.Framework.dll
Syntax
public interface IOverrideAdviceResult<out T> : IAdviceResult where T : class, ICompilationElement
Type Parameters
Name Description
T

Properties

Name Description
Declaration

Gets the declaration transformed by the advice method. For advice that modify a field, this is the property that now represents the field.