DOFTypeNullable Constructor (DOFTypeContext, DOFPacket)OpenDOF Object Access Library
Construct a type from a packet.

Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax

C#
public Nullable(
	DOFTypeContext context,
	DOFPacket packet
)

Parameters

context
Type: org.opendof.core.oalDOFTypeContext
The context used to resolve type references.
packet
Type: org.opendof.core.oalDOFPacket
The packet that contains the type.
Exceptions

ExceptionCondition
DOFMarshalExceptionThrown if the type cannot be created.
DOFMarshalException
Remarks

Construct a type from a packet.
See Also

Reference