Create a structure given an array of values.
Namespace: org.opendof.core.oal.value
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public DOFStructure( DOFValue[] fields )
Parameters
- fields
- Type: org.opendof.core.oalDOFValue
The array of DOFValues to initialize the structure with. Cannot be null.
Remarks
See Also