Mono Class Library: OverviewSystem.Collections.IDictionaryEnumerator: Property Members |
The properties of System.Collections.IDictionaryEnumerator are listed below. For a list of all members, see the IDictionaryEnumerator Members list.
[read-only] Entry DictionaryEntry. Gets the DictionaryEntry in the collection over which the current instance is positioned. [read-only] Key object. Gets the DictionaryEntry.Key of the DictionaryEntry in the collection over which the current instance is positioned. [read-only] Value object. Gets the DictionaryEntry.Value of the DictionaryEntry in the collection over which the current instance is positioned.