XmlSchemaCollection.CopyTo(XmlSchema[], Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Copies all the XmlSchema
objects from this collection into the given array starting at the given index.
public:
void CopyTo(cli::array <System::Xml::Schema::XmlSchema ^> ^ array, int index);
public void CopyTo (System.Xml.Schema.XmlSchema[] array, int index);
member this.CopyTo : System.Xml.Schema.XmlSchema[] * int -> unit
Public Sub CopyTo (array As XmlSchema(), index As Integer)
Parameters
- array
- XmlSchema[]
The array to copy the objects to.
- index
- Int32
The index in array
where copying will begin.
Remarks
Important
The XmlSchemaCollection class is obsolete in the .NET Framework version 2.0 and has been replaced by the XmlSchemaSet class.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.