Mono Class Library: System.Collections.Generic.IEnumerable<T> Overview | MembersSystem.Collections.Generic.IEnumerable<T>.GetEnumerator Method |
Returns a IEnumerator<T> that can be used for simple iteration over a collection. [Edit]
|
A IEnumerator<T> that can be used for simple iteration over a collection. [Edit]
Operation
As described above.Usage
For a detailed description regarding the use of an enumerator, see IEnumerator<T>. [Edit]
Namespace: System.Collections.Generic
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0