System.Xml.Serialization.XmlSchemas.CopyTo Method

Copies the entire System.Xml.Serialization.XmlSchemas to a compatible one-dimensional Array, which starts at the specified index of the target array.

Syntax

public void CopyTo (System.Xml.Schema.XmlSchema[] array, int index)

Parameters

array
The one-dimensional Array that is the destination of the schemas copied from System.Xml.Serialization.XmlSchemas. The Array must have zero-based indexing.
index
A 32-bit integer that represents the index in the array where 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