3 out of 4 rated this helpful - Rate this topic

IEnumerable Members

Exposes the enumerator, which supports a simple iteration over a non-generic collection.

The IEnumerable type exposes the following members.

  Name Description
Public method Supported by the .NET Compact Framework Supported by the XNA Framework GetEnumerator Returns an enumerator that iterates through a collection.
Top
  Name Description
Public Extension Method AsQueryable Converts an IEnumerable to an IQueryable. (Defined by Queryable.)
Public Extension Method Cast Converts the elements of an IEnumerable to the specified type. (Defined by Enumerable.)
Public Extension Method OfType Filters the elements of an IEnumerable based on a specified type. (Defined by Enumerable.)
Top
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ