[]
Returns true if the type is a nullable type.
public static bool IsNullableType(this Type type)
Public Shared Function IsNullableType(type As Type) As Boolean
| Type | Name | Description |
|---|---|---|
| Type | type | Type. |
| Type | Description |
|---|---|
| bool | True if the type is nullable. |