ToNullable()
Creates a nullable type from the current IType. If the current type is already nullable, returns the current type. If the type is a value type, returns a Nullable<T> of this type.
Declaration
IDynamicType ToNullable()Returns
| Type | Description |
|---|---|
| IDynamicType |
Remarks
For a value type T, this method returns Nullable<T>.