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

Property ConditionalBase

ConditionalBase

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 null-conditional access operator ?.. For unconditional access, use Base.

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