'Declaration
Public Function New( _ ByVal structuredDataType As StructuredDataType _ )
'Usage
Dim structuredDataType As StructuredDataType Dim instance As New StructuredDataType(structuredDataType)
public StructuredDataType( StructuredDataType structuredDataType )
public: StructuredDataType( StructuredDataType^ structuredDataType )
Parameters
- structuredDataType
- Structured data type to be copied from.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).