System::Xml::Schema::XmlSchemaSet::CopyTo method

XmlSchemaSet::CopyTo method

Copies all the XmlSchema objects from the XmlSchemaSet to the given array, starting at the given index.

void System::Xml::Schema::XmlSchemaSet::CopyTo(const ArrayPtr<SharedPtr<XmlSchema>> &schemas, int32_t index)
ParameterTypeDescription
schemasconst ArrayPtr<SharedPtr<XmlSchema>>&The array to copy the objects to.
indexint32_tThe index in the array where copying will begin.

See Also