System.Xml.Schema.XmlSchemaObjectCollection public class XmlSchemaObjectCollection : CollectionBase Documentation public virtual XmlSchemaObject this[int index] { get; set; } public XmlSchemaObjectCollection() public XmlSchemaObjectCollection(XmlSchemaObject parent) public int Add(XmlSchemaObject item) public bool Contains(XmlSchemaObject item) public void CopyTo(XmlSchemaObject[] array, int index) public XmlSchemaObjectEnumerator GetEnumerator() public int IndexOf(XmlSchemaObject item) public void Insert(int index, XmlSchemaObject item) public void Remove(XmlSchemaObject item)