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

IAddContractAdviceResult<T> Interface

Namespace: Metalama.Framework.Advising
Assembly: Metalama.Framework.dll
Syntax
public interface IAddContractAdviceResult<out T> : IAdviceResult where T : IDeclaration
Type Parameters
Name Description
T

IParameter or IPropertyOrIndexer.

Properties

Name Description
Declaration

Gets the declaration to which the contract was added. When the contracted is added to a field, returns the IProperty that the field has been transformed into.