Copies all the System.Xml.Schema.XmlSchemaObjects from the collection into the given array, starting at the given index.
array The one-dimensional array that is the destination of the elements copied from the XmlSchemaObjectCollection. The array must have zero-based indexing. index The zero-based index in the array at which copying begins.
The specified array must be of a compatible type.
This method uses Array.Copy(Array, Array, int) to copy the elements.