Mono Class Library: Overview

System.Collections.IEnumerable: Members

The members of System.Collections.IEnumerable are listed below.

Public Methods

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

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.