[]
        
(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)
Parameters
Type Name Description
Type type

Type.

Returns
Type Description
bool

True if the type is nullable.