Understanding C# IEnumerable and IEnumerator
Anything that you can iterate over in .NET implements IEnumerable
Introduction
As two of the very old programming concepts that are implemented in most languages nowadays, this guide helps you have a better understanding of the generic IEnumberable and IEnumberator interfaces.