Open sandboxFocus

Interface IOverrideAdviceResult<T>

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