Click or drag to resize

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.5.0.0 (5.5.18.1019)
Syntax
public static bool IsNullableType(
	Type toCheck
)

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