Click or drag to resize
LinqUtilsIsNullableOfT Method
Determines whether the passed in type is a nullable(Of T) type. If so, true is returned, otherwise false

Namespace:  SD.LLBLGen.Pro.LinqSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public static bool IsNullableOfT(
	Type typeToCheck
)

Parameters

typeToCheck
Type: SystemType
The type to check.

Return Value

Type: Boolean
true if passed in type is Nullable(Of T), otherwise false.
See Also