Mono Class Library: System.Collections.Generic Namespace

System.Collections.Generic.IEnumerable<T>

Implemented by generic classes that support a simple iteration over instances of the collection. [Edit]

See Also: IEnumerable<T> Members

public interface IEnumerable<T> : IEnumerable

Type Parameters

T
Documentation for this section has not yet been entered. [Edit]

Remarks

Note:

IEnumerable<T> contains the IEnumerable<T>.GetEnumerator method. The consumer of an object should call this method to obtain an enumerator for simple iteration over an instance of a collection. Implement this interface to support the foreach semantics of C#.

[Edit]

Requirements

Namespace: System.Collections.Generic
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0