The properties of the IDictionaryEnumerator interface are listed below. For a complete list of IDictionaryEnumerator interface members, see the IDictionaryEnumerator Members topic.
Entry | When implemented by a class, retrieves both the key and the value of the current dictionary entry. |
Key | When implemented by a class, retrieves the key of the current dictionary entry. |
Value | When implemented by a class, retrieves the value of the current dictionary entry. |
IDictionaryEnumerator Interface | System.Collections Namespace