CorLib  

IDictionaryEnumerator

IDictionaryEnumerator overview

Public:

Types:
EnumerationType 
IDictionaryEnumType 
Properties:
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.  
Methods:
MoveNext Moves the enumerator pointer to the next element in the collection.  
Reset Resets the enumerator to the beginning of the collection.  

See Also