Mono Class Library: OverviewSystem.Collections.Generic.IEnumerable<T>: Method Members |
The methods of System.Collections.Generic.IEnumerable<T> are listed below. For a list of all members, see the IEnumerable<T> Members list.
GetEnumerator() : IEnumerator<T> Returns a IEnumerator<T> that can be used for simple iteration over a collection.