Click or drag to resize
IEnumerableTGetEnumerator Method
Returns an enumerator that iterates through the collection.

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

Return Value

Type: IEnumeratorT
A IEnumeratorT that can be used to iterate through the collection.
See Also