Exposes the enumerator. The enumerator allows simply ForEach style iteration through a collection.
public interface IEnumerable { IEnumerator GetEnumerator(); }