'Declaration
Public Function New( _ ByVal dataType As StructuredDataType _ )
'Usage
Dim dataType As StructuredDataType Dim instance As New StructuredData(dataType)
public StructuredData( StructuredDataType dataType )
public: StructuredData( StructuredDataType^ dataType )
Parameters
- dataType
- The associated structured data type.
The value of this parameter can be
null
(Nothing
in Visual Basic).