Resources  
  • Enumerators in C# Dec 04, 2009. In this article I will explain you about Enumerators in C#.
  • Hashtable in C#Nov 14, 2005. Hashtable is useful when you need to store data in a key and value pair. This article shows how to use hashtable in C#.
  • Enumerators in C#Sep 18, 2001. Sample example shows how to use enumerators in C#. Learn how to use GetEnumerator, IEnumerator, Ienumerable interface.
  • using Array Class and IEnumeration in C#Sep 14, 2001. This article illustrates the usage of Array class and IEnumerator. Array class Provides methods for creating, manipulating, searching and sorting arrays, thereby serving as the base class for all arrays in the common language runtime.