Compartir a través de


NullableContextExtensions.AnnotationsInherited(NullableContext) Método

Definición

Devuelve si el estado de anotación que acepta valores NULL se heredó del valor predeterminado del proyecto para este tipo de archivo.

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

Parámetros

context
NullableContext

Devoluciones

Se aplica a