TypeFnsIsNullableType Method Breeze.sharp
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

public static bool IsNullableType(
	Type type
)

Parameters

type
Type: SystemType

Return Value

Type: Boolean
true if the specified type is a nullable generic type; false otherwise
See Also

Reference