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
IType ToNullable()
Returns
Type | Description |
---|---|
IType |