CustomXmlSchemaCollection Methods

The CustomXmlSchemaCollection type exposes the following members.

Methods
  NameDescription
Public methodCode exampleAdd
Adds an item to the collection.
Public methodCode exampleClear
Removes all elements from the collection.
Public methodCode exampleClone
Makes a deep clone of this object.
Public methodEquals (Inherited from Object.)
Public methodCode exampleGetEnumerator
Returns an enumerator object that can be used to iterate over all items in the collection.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodCode exampleIndexOf
Returns the zero-based index of the specified value in the collection.
Public methodCode exampleRemove
Removes the specified value from the collection.
Public methodCode exampleRemoveAt
Removes a value at the specified index.
Public methodToString (Inherited from Object.)
See Also