Mono Class Library: System.Collections.Generic.IEnumerable<T> Overview | Members

System.Collections.Generic.IEnumerable<T>.GetEnumerator Method

Returns a IEnumerator<T> that can be used for simple iteration over a collection. [Edit]

public IEnumerator<T> GetEnumerator ()

Returns

A IEnumerator<T> that can be used for simple iteration over a collection. [Edit]

Remarks

Operation
As described above.

Usage
For a detailed description regarding the use of an enumerator, see IEnumerator<T>.

[Edit]

Requirements

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