System::Xml::Schema::XmlSchemaCollection::CopyTo method
XmlSchemaCollection::CopyTo 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)
Parameter | Type | Description |
---|---|---|
array | const ArrayPtr<SharedPtr<XmlSchema>>& | The array to copy the objects to. |
index | int32_t | The index in array where copying will begin. |
See Also
- Typedef ArrayPtr
- Typedef SharedPtr
- Class XmlSchema
- Class XmlSchemaCollection
- Namespace System::Xml::Schema
- Library Aspose.TeX for C++