| IDictionaryEnumerator |
| Name | Description |
|---|---|
EnumerationType | |
IDictionaryEnumType |
| Name | Description |
|---|---|
Current (get) | Returns a DictionaryEntry object for the current location in the collection. |
Entry (get) | Returns a DictionaryEntry object for the current location in the collection. |
Key (get) | Returns the key portion of the current DictionaryEntry. |
Value (get) | Returns the value portion of the current DictionaryEntry. |
| Name | Description |
|---|---|
MoveNext | Moves the enumerator pointer to the next element in the collection. |
Reset | Resets the enumerator to the beginning of the collection. |