[]
        
(Showing Draft Content)

C1.WPF.TypeEx.IsNullableType

IsNullableType Method

IsNullableType(Type)

Returns true if the type is a nullable type.

Declaration
public static bool IsNullableType(this Type type)
Public Shared Function IsNullableType(type As Type) As Boolean
Parameters
Type Name Description
Type type

Type.

Returns
Type Description
bool

True if the type is nullable.