CopyTo()

XmlSchemaCollection::CopyTo(const ArrayPtr<SharedPtr<XmlSchema>>&, int32_t) method

Copies all the XmlSchema objects from this collection into the given array starting at the given index.

void System::Xml::Schema::XmlSchemaCollection::CopyTo(const ArrayPtr<SharedPtr<XmlSchema>> &array, int32_t index)

Arguments

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

See Also