Finalize a forward reference.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public void defineAs( DOFType type )
Parameters
- type
- Type: org.opendof.core.oalDOFType
The type of the forward reference. This must not be null or another forward reference. It must also not be nullable.
Implements
DOFTypeContextResolverdefineAs(DOFType)Remarks
See Also