System.Xml.XmlAttributeCollection.CopyTo Method

Copies all the System.Xml.XmlAttribute objects from this collection into the given array.

Syntax

public void CopyTo (XmlAttribute[] array, int index)

Parameters

array
The array that is the destination of the objects copied from this collection.
index
The index in the array where copying begins.

Remarks

This method is a Microsoft extension to the Document Object Model (DOM).

Requirements

Namespace: System.Xml
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0