Mono Class Library: System.Collections.IEnumerable Overview | Members

System.Collections.IEnumerable.GetEnumerator Method

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

[System.Runtime.InteropServices.DispId(-4)]
public IEnumerator GetEnumerator ()

Returns

A IEnumerator 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.

[Edit]

Requirements

Namespace: System.Collections
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0