Enumerator interface.
For a list of all members of this type, see IEnumerator Members.
Nemerle.Collections.IEnumerator
Nemerle.Collections.IDictionaryEnumerator
| Type | Description |
|---|---|
| HashtableEnumerator | Enumeration of a hashtable's key/value pairs |
| ListEnumerator | An enumerator for lists. |
| Vector.VectorEnumerator |
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.
Namespace: Nemerle.Collections
Assembly: Nemerle (in Nemerle)
IEnumerator Members | Nemerle.Collections Namespace