Inserts an System.Xml.Schema.XmlSchemaObject to the XmlSchemaObjectCollection.
- index
- The zero-based index at which an item should be inserted.
- item
- The System.Xml.Schema.XmlSchemaObject to insert.
If Count already equals the capacity, the capacity of the list is doubled by automatically reallocating the internal array before the new element is inserted.
If index is equal to Count, value is added to the end of XmlSchemaObjectCollection.
The elements that follow the insertion point move down to accommodate the new element.