Returns whether the specified type is a nullable generic type, i.e. Nullable{T}.
Namespace: Breeze.Sharp.Core
Assembly: Breeze.Sharp (in Breeze.Sharp.dll) Version: 0.6.0.5 (0.6.0.5)
Syntax
Parameters
- type
- Type: SystemType
Return Value
Type: Booleantrue if the specified type is a nullable generic type; false otherwise
See Also