Mono Class Library: OverviewSystem.Collections.IEnumerable: Members |
The members of System.Collections.IEnumerable are listed below.
GetEnumerator() : IEnumerator Returns a IEnumerator that can be used for simple iteration over a collection.
staticAsQueryable(this IEnumerable) : System.Linq.IQueryable Documentation for this section has not yet been entered. staticCast<TResult>(this IEnumerable) : IEnumerable<TResult> Documentation for this section has not yet been entered. staticOfType<TResult>(this IEnumerable) : IEnumerable<TResult> Documentation for this section has not yet been entered.