Hashtable: GetEnumerator

GetEnumerator

Returns an IDictionaryEnumerator that iterates through the Hashtable.



 Public Function GetEnumerator ( ) As Object

Return Values

Object -  An IDictionaryEnumerator for the Hashtable.

Remarks

The elements enumerated are DictionaryEntry objects each containing a key/value pair.

See Also

Project CorLib Overview

Class Hashtable Overview