Compartir a través de


NullableContextExtensions.WarningsInherited(NullableContext) Método

Definición

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

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

Parámetros

context
NullableContext

Devoluciones

Se aplica a