'Declaration Public Shared Function IsNullableType( _ ByVal type As System.Type _ ) As System.Boolean
public static System.bool IsNullableType( System.Type type )
Parameters
- type
- Type.
Return Value
True if the type is nullable.
'Declaration Public Shared Function IsNullableType( _ ByVal type As System.Type _ ) As System.Boolean
public static System.bool IsNullableType( System.Type type )