Construct a typedef that is an alias for another existing type.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public Typedef( DOFType type )
Parameters
- type
- Type: org.opendof.core.oalDOFType
The type that the new type is equivalent to.
Remarks
See Also