DOFStructureType Constructor (IListDOFType)OpenDOF Object Access Library
Construct a structure type.

Namespace: org.opendof.core.oal.value
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax

C#
public Type(
	IList<DOFType> fields
)

Parameters

fields
Type: System.Collections.GenericIListDOFType
A list of types each representing a field. Cannot be null. Further, each field type must not be null and must be fully defined.
Remarks

Construct a structure type.
See Also

Reference