'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.