Mono Class Library: Overview

System.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.

Public Methods

GetEnumerator() : IEnumerator<T>
Returns a IEnumerator<T> that can be used for simple iteration over a collection.