Metalama / / API Documentation / Aspect API / Metalama.​Framework.​Code.​Invokers / Invoker­Options / Null­Conditional

Field NullConditional

Specifies that the null-conditional access operator (?. aka Elvis) has to be used instead of the dot operator.

Namespace: Metalama.Framework.Code.Invokers
Assembly: Metalama.Framework.dll
Syntax
public const InvokerOptions NullConditional
Returns
Type Description
InvokerOptions