Nemerle Documentation

IEnumerator Members

IEnumerator overview

Public Instance Properties

Current Returns the element currently pointed at by the enumerator.

Public Instance Methods

MoveNext Moves to the next element of a collection.
Reset Moves the enumerator before the first element of a collection.

See Also

IEnumerator Interface | Nemerle.Collections Namespace