System.Xml.Schema.XmlSchemaSet.CopyTo Method

Copies all the System.Xml.Schema.XmlSchema objects from the System.Xml.Schema.XmlSchemaSet to the given array, starting at the given index.

Syntax

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

Parameters

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

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Xml.Schema
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0