System.Xml.Schema.XmlSchemaCollection.CopyTo Method

Copies all the XmlSchema objects from this collection into the given array starting at the given index.

Syntax

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

Parameters

array
The array to copy the objects to.
index
The index in array where copying will begin.

Remarks

Note:

The System.Xml.Schema.XmlSchemaCollection class is obsolete in the .NET Framework version 2.0 and has been replaced by the System.Xml.Schema.XmlSchemaSet class.

Requirements

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