'DeclarationPublic Function New( _ ByVal structuredData As StructuredData _ )
'UsageDim 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.