Nemerle Documentation

IEnumerator Interface

Enumerator interface.

For a list of all members of this type, see IEnumerator Members.

Nemerle.Collections.IEnumerator
   Nemerle.Collections.IDictionaryEnumerator

public interface IEnumerator

Types that implement IEnumerator

Type Description
HashtableEnumerator Enumeration of a hashtable's key/value pairs
ListEnumerator An enumerator for lists.
Vector.VectorEnumerator  

Remarks

REALY IMPORTENT NOTE: UNDERLYING COLLECTION CANNOT BE MODIFIED After an enumerator is created or after a Reset, MoveNext must be called to advance the enumerator to the first element of the collection before reading the value of Current; otherwise, Current is undefined.

Requirements

Namespace: Nemerle.Collections

Assembly: Nemerle (in Nemerle)

See Also

IEnumerator Members | Nemerle.Collections Namespace