IDictionaryEnumerator

IDictionaryEnumerator


An interface used to enumerate a dictionary style collections (Hashtable.)


Public:

Types:

NameDescription
 EnumerationType 
 IDictionaryEnumType 

Properties:

NameDescription
 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:

NameDescription
 MoveNext Moves the enumerator pointer to the next element in the collection.  
 Reset Resets the enumerator to the beginning of the collection.  

See Also

Project CorLib Overview

Class IDictionaryEnumerator Overview