System.Xml.Serialization.XmlAnyElementAttributes.CopyTo Method

Copies the entire collection to a compatible one-dimensional array of System.Xml.Serialization.XmlElementAttribute objects, starting at the specified index of the target array.

Syntax

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

Parameters

array
The one-dimensional array of System.Xml.Serialization.XmlElementAttribute objects that is the destination of the elements copied from the collection. The array must have zero-based indexing.
index
The zero-based index in array at which copying begins.

Remarks

Documentation for this section has not yet been entered.

Requirements

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