System.Xml.Serialization.XmlSchemaEnumerator Members

The members of System.Xml.Serialization.XmlSchemaEnumerator are listed below.

See Also: Inherited members from System.Object

Public Constructors

Public Properties

[read-only]
CurrentSystem.Xml.Schema.XmlSchema.

Gets the current element in the collection.

Public Methods

Dispose()

Releases all resources used by the System.Xml.Serialization.XmlSchemaEnumerator.

MoveNext() : bool

Advances the enumerator to the next item in the collection.

Explicitly Implemented Interface Members

[read-only]
IEnumerator.Currentobject.

Gets the current element in the collection of System.Xml.Schema.XmlSchema objects.

IEnumerator.Reset

Sets the enumerator to its initial position, which is before the first element in the collection of System.Xml.Schema.XmlSchema objects.