CopyTo()

XmlSchemaSet::CopyTo(const ArrayPtr<SharedPtr<XmlSchema>>&, int32_t) 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)

Arguments

ParameterTypeDescription
schemasconst ArrayPtr<SharedPtr<XmlSchema>>&The array to copy the objects to.
indexint32_tThe index in the array where copying will begin.

See Also