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