Partager via


KnownValueTypes.DoesTypeRequireNullableAnnotations(String) Method

Definition

Gets whether the value type needs nullable annotations.

public static bool DoesTypeRequireNullableAnnotations (string valueTypeName);
static member DoesTypeRequireNullableAnnotations : string -> bool
Public Shared Function DoesTypeRequireNullableAnnotations (valueTypeName As String) As Boolean

Parameters

valueTypeName
String

The name of the type.

Returns

True if value type needs nullable annotations otherwise false.

Applies to