GeneralUtilsIsNullableType Method  | 
 
            Determines whether type passed in is a Nullable(Of T) type.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.10.0.0 (5.10.0)
Syntaxpublic 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