CopyTo()

XmlAttributeCollection::CopyTo(const ArrayPtr<SharedPtr<XmlAttribute>>&, int32_t) 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)

Arguments

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