Share via


Extensions.IsNullable(Type) Method

Definition

Type is nullable.

public static bool IsNullable (this Type type);
static member IsNullable : Type -> bool
<Extension()>
Public Function IsNullable (type As Type) As Boolean

Parameters

type
Type

Type to check.

Returns

True if nullable.

Applies to