Construct a fixed-length array of the specified element type.
Namespace: org.opendof.core.oal.value
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public Type( DOFType subtype, int maxLength )
Parameters
- subtype
- Type: org.opendof.core.oalDOFType
The type of each element of the array. Must not be null. - maxLength
- Type: SystemInt32
The maximum length of the array. Must be non-negative.
See Also