ConverterDictionaryEnumerator Properties |
The ConverterCollectionsConverterDictionaryEnumerator type exposes the following members.
| Name | Description | |
|---|---|---|
| ConverterKeyUp |
The IConverter used to convert keys of the
DictionaryEntry objects which underlying
enumerator iterates.
| |
| ConverterValueUp |
The IConverter used to convert values of the
DictionaryEntry objects which underlying
enumerator iterates.
| |
| Current |
Gets the current element in the collection.
| |
| Entry |
Gets both the key and the value of the current dictionary entry.
| |
| Enumerator |
The underlying IDictionaryEnumerator.
| |
| Key |
Gets the key of the current dictionary entry.
| |
| Value |
Gets the value of the current dictionary entry.
|