Mono Class Library: Overview

System.Collections.IDictionaryEnumerator: Members

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

Public Properties

[read-only]
EntryDictionaryEntry. Gets the DictionaryEntry in the collection over which the current instance is positioned.
[read-only]
Keyobject. Gets the DictionaryEntry.Key of the DictionaryEntry in the collection over which the current instance is positioned.
[read-only]
Valueobject. Gets the DictionaryEntry.Value of the DictionaryEntry in the collection over which the current instance is positioned.