Nemerle Documentation

IDictionaryEnumerator Interface

Dictionary enumerator interface.

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

public interface IDictionaryEnumerator : IEnumerator

Types that implement IDictionaryEnumerator

Type Description
HashtableEnumerator Enumeration of a hashtable's key/value pairs

Requirements

Namespace: Nemerle.Collections

Assembly: Nemerle (in Nemerle)

See Also

IDictionaryEnumerator Members | Nemerle.Collections Namespace