Share via


NullableContextExtensions.AnnotationsEnabled(NullableContext) Method

Definition

Returns whether nullable annotations are enabled for this context.

public static bool AnnotationsEnabled (this Microsoft.CodeAnalysis.NullableContext context);
static member AnnotationsEnabled : Microsoft.CodeAnalysis.NullableContext -> bool
<Extension()>
Public Function AnnotationsEnabled (context As NullableContext) As Boolean

Parameters

context
NullableContext

Returns

Applies to