See Also: IEnumerable<T> Members
- T
- Documentation for this section has not yet been entered.
IEnumerable<T> contains the IEnumerable<T>.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#.