See Also: IEnumerable Members
IEnumerable contains the IEnumerable.GetEnumerator method. The consumer of an object should call this method to obtain an enumerator for simple iteration over an instance of a collection.
Implement this interface to support the foreach semantics of C#.