IEnumerable Interface
Silverlight
Exposes the enumerator, which supports a simple iteration over a non-generic collection.
Namespace: System.Collections
Assembly: mscorlib (in mscorlib.dll)
The IEnumerable type exposes the following members.
| Name | Description | |
|---|---|---|
![]() ![]() | AsQueryable | Converts an IEnumerable to an IQueryable. (Defined by Queryable.) |
![]() ![]() ![]() | Cast(Of TResult) | Converts the elements of an IEnumerable to the specified type. (Defined by Enumerable.) |
![]() ![]() ![]() | OfType(Of TResult) | Filters the elements of an IEnumerable based on a specified type. (Defined by Enumerable.) |
For the generic version of this interface see System.Collections.Generic.IEnumerable(Of T).
Notes to ImplementersIEnumerable must be implemented to support the foreach semantics of Microsoft Visual Basic. COM classes that allow enumerators also implement this interface.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
Community Additions
ADD
Show:

