Resources  
  • Enumerators in C# Dec 04, 2009. In this article I will explain you about Enumerators in C#.
  • Enumerators in C#Oct 25, 2001. An enumeration (enum) is a special form of value type, which inherits from System.Enum and supplies alternate names for the values of an underlying primitive type.
  • Enumerators in C#Sep 18, 2001. Sample example shows how to use enumerators in C#. Learn how to use GetEnumerator, IEnumerator, Ienumerable interface.
  • IEnumerable VS IEnumerator in C#Mar 18, 2015. This article explains the IEnumerable and IEnumerator interfaces.
  • Foreach File Enumerator in SSISJul 31, 2014. This article explains the Foreach File enumerator functionality of SSIS for each loop container.
  • Custom enumerator class in C#Jun 03, 2010. In this article I will show an example of a custom enumerator class.
  • Enumerable, Enumerator, and Yielding a "Free" State MachineApr 15, 2008. In this article, we look at the power of the yield keyword in C#. Enumerable, Enumerator, and Yielding a Free State Machine
  • 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.