DOFTypeNullable Constructor (DOFType)OpenDOF Object Access Library
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

Construct a nullable type from another (non-nullable) type. An exception is thrown if the subtype is null. It is a serious error to nest nullables inside nullables, although it cannot be prevented in all cases.
See Also

Reference