Mono Class Library: System.Collections NamespaceSystem.Collections.IEnumerable |
See Also: IEnumerable Members
|
Note:[Edit]IEnumerable contains the IEnumerable.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
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0