System.Xml.Schema.XmlSchemaObjectEnumerator Members

The members of System.Xml.Schema.XmlSchemaObjectEnumerator are listed below.

See Also: Inherited members from System.Object

Public Properties

[read-only]
CurrentXmlSchemaObject.

Gets the current System.Xml.Schema.XmlSchemaObject in the collection.

Public Methods

MoveNext() : bool

Moves to the next item in the collection.

Reset()

Resets the enumerator to the start of the collection.

Explicitly Implemented Interface Members

[read-only]
IEnumerator.Currentobject.

For a description of this member, see XmlSchemaObjectEnumerator.Current.

IEnumerator.MoveNext

For a description of this member, see XmlSchemaObjectEnumerator.MoveNext.

IEnumerator.Reset

For a description of this member, see XmlSchemaObjectEnumerator.Reset.