Mono Class Library: Overview

System.Collections.IEnumerator: Members

The members of System.Collections.IEnumerator are listed below.

Public Properties

[read-only]
Currentobject. Gets the element in the collection over which the current instance is positioned.

Public Methods

MoveNext() : bool
Advances the current instance to the next element of the collection.
Reset()
Positions the enumerator immediately before the first element in the collection.