CopyTo()

XmlSchemaObjectCollection::CopyTo(const ArrayPtr<SharedPtr<XmlSchemaObject>>&, int32_t) method

Copies all the XmlSchemaObjects from the collection into the given array, starting at the given index.

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

Arguments

ParameterTypeDescription
arrayconst ArrayPtr<SharedPtr<XmlSchemaObject>>&The array that is the destination of the elements copied from the XmlSchemaObjectCollection. The array must have zero-based indexing.
indexint32_tThe zero-based index in the array at which copying begins.

See Also