See Also: IEnumerable<T> Members
- T
- Documentation for this section has not yet been entered.
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#.
Namespace: System.Collections.Generic
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0