Metalama / / API Documentation / Aspect API / Metalama.​Framework.​Code.​Invokers / IInvoker­Factory<T> / Base

Property Base

Base

Gets the invoker for the base implementation of the declaration, i.e. before the application of the current aspect layer. To access the current layer, use Final. This property uses the unconditional access operator .. For null-conditional access, use ConditionalBase.

Declaration
T Base { get; }
Property Value
Type Description
T