Construct a nullable type from another (non-nullable) type.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public Nullable( DOFType type )
Parameters
- type
- Type: org.opendof.core.oalDOFType
The type to make nullable. Must not be null or refer to a nullable type.
Remarks
See Also