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)
ParameterTypeDescription
arrayconst ArrayPtr<SharedPtr<XmlAttribute>>&The array that is the destination of the objects copied from this collection.
indexint32_tThe index in the array where copying begins.

See Also