System::Xml::XmlAttributeCollection::CopyTo method
XmlAttributeCollection::CopyTo method
Copies all the XmlAttribute objects from this collection into the given array.
void System::Xml::XmlAttributeCollection::CopyTo(const ArrayPtr<SharedPtr<XmlAttribute>> &array, int32_t index)
Parameter | Type | Description |
---|---|---|
array | const ArrayPtr<SharedPtr<XmlAttribute>>& | The array that is the destination of the objects copied from this collection. |
index | int32_t | The index in the array where copying begins. |
See Also
- Typedef ArrayPtr
- Typedef SharedPtr
- Class XmlAttribute
- Class XmlAttributeCollection
- Namespace System::Xml
- Library Aspose.Font for C++