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
Exception | Condition |
---|---|
DOFMarshalException | Thrown if the type cannot be created. |
DOFMarshalException |
Remarks
See Also