IEnumerable Interface
Exposes the enumerator, which supports a simple iteration over a collection.
Author: Microsoft Corporation Code: ASP.NET v1.0 & VB
By supporting the IEnumerable interface, you can provide foreach navigation of your class. This article demonstrates how to create a library class that can be enumerated to access the books in the library. Author: James Foster Code: ASP.NET Beta 2 & VB