Click or drag to resize
IEnumerableGetEnumerator Method
Returns an enumerator that iterates through a collection.

Namespace: System.Collections
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
IEnumerator GetEnumerator()

Return Value

Type: IEnumerator
An IEnumerator object that can be used to iterate through the collection.
See Also