C1.Silverlight Namespace / TypeEx Class / IsNullableType Method
Type.

In This Topic
IsNullableType Method (TypeEx)
In This Topic
Returns true if the type is a nullable type.
Syntax
'Declaration
 
<ExtensionAttribute()>
Public Shared Function IsNullableType( _
   ByVal type As Type _
) As Boolean
 

Parameters

type
Type.

Return Value

True if the type is nullable.
See Also