Mono Class Library: Overview

System.Collections.IEnumerable: ExtensionMethod Members

The extension methods of System.Collections.IEnumerable are listed below. For a list of all members, see the IEnumerable Members list.

Extension Methods

static
AsQueryable(this IEnumerable) : System.Linq.IQueryable
Documentation for this section has not yet been entered.
static
Cast<TResult>(this IEnumerable) : IEnumerable<TResult>
Documentation for this section has not yet been entered.
static
OfType<TResult>(this IEnumerable) : IEnumerable<TResult>
Documentation for this section has not yet been entered.