Method IsNullableType
IsNullableType(Type)
Gets whether the specified type is nullable.
public static bool IsNullableType(Type type)
Parameters
type
TypeType to test.
Gets whether the specified type is nullable.
public static bool IsNullableType(Type type)
type
TypeType to test.