Compartir a través de


Extensions.IsNullable(Type) Método

Definición

El tipo admite valores NULL.

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

Parámetros

type
Type

Escriba para comprobar.

Devoluciones

True si acepta valores NULL.

Se aplica a