GeneralUtilsIsNullableType Method |
Determines whether type passed in is a Nullable(Of T) type.
Namespace: SD.LLBLGen.Pro.ORMSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax public static bool IsNullableType(
Type toCheck
)
Public Shared Function IsNullableType (
toCheck As Type
) As Boolean
Parameters
- toCheck
- Type: SystemType
To check.
Return Value
Type:
Boolean
true if the type passed in is a Nullable(Of T) type, otherwise false.
See Also