System.Collections.Generic.IEnumerable<T> Members

The members of System.Collections.Generic.IEnumerable<T> are listed below.

Public Methods

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