![]() |
VOOZH | about |
public virtual System.Collections.IDictionaryEnumerator GetEnumerator ();Return Value: It returns an IDictionaryEnumerator for the Hashtable. Below programs illustrate the use of Hashtable.GetEnumerator Method: Example 1: Output:
B --> Banana C --> Cat A --> Apple F --> Fish D --> Dog E --> ElephantExample 2:
III --> third IV --> fourth V --> fifth II --> second I --> firstNote: