| 
        public class XmlSchemaObjectTable
       | 
| Count | Read-only | 
| Item | Read-only Looks up the qualified name by the supplied XmlQualifiedName and returns the XmlSchemaObject which is the XML Schema definition language (XSD) element for this qualified name. Returns a null reference if there is a qualified "no" name associated with the given name. | 
| Names | Read-only Returns a collection of all the named elements in the collection as XmlSchemaObject. | 
| Values | Read-only Returns a collection of the values for all the elements in the collection as XmlSchemaObject. | 
| Contains | Returns true if the specified qualified name is in the collection. | 
| Equals (inherited from System.Object) | See base class member description: System.Object.Equals Derived from System.Object, the primary base class for all objects. | 
| GetEnumerator | Returns an enumerator for the XmlSchemaObject contained in the collection. | 
| GetHashCode (inherited from System.Object) | See base class member description: System.Object.GetHashCode Derived from System.Object, the primary base class for all objects. | 
| GetType (inherited from System.Object) | See base class member description: System.Object.GetType Derived from System.Object, the primary base class for all objects. | 
| ToString (inherited from System.Object) | See base class member description: System.Object.ToString Derived from System.Object, the primary base class for all objects. | 
| Finalize (inherited from System.Object) | See base class member description: System.Object.Finalize Derived from System.Object, the primary base class for all objects. | 
| MemberwiseClone (inherited from System.Object) | See base class member description: System.Object.MemberwiseClone Derived from System.Object, the primary base class for all objects. | 
Hierarchy:
| 
            public int Count {get;}
           | 
| 
            public XmlSchemaObject this[XmlQualifiedName name] {get;}
           | 
name
| 
            public ICollection Names {get;}
           | 
| 
            public ICollection Values {get;}
           | 
| 
            public bool Contains( | 
name
| 
            ~XmlSchemaObjectTable(); | 
| 
            public IDictionaryEnumerator GetEnumerator(); | 
| 
            public virtual int GetHashCode(); | 
| 
            public Type GetType(); | 
| 
            protected object MemberwiseClone(); | 
| 
            public virtual string ToString(); |