KnownValueTypes.DoesTypeRequireNullableAnnotations(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.