IEnumerable.GetEnumerator Method

Task Parallel System.Threading

Returns an enumerator that iterates through the sequence.

Namespace:  System.Linq
Assembly:  System.Threading (in System.Threading.dll)

Syntax

Visual Basic (Declaration)
Private Function GetEnumerator As IEnumerator
	Implements IEnumerable.GetEnumerator
C#
IEnumerator IEnumerable.GetEnumerator()

Return Value

An enumerator that iterates through the sequence.

Implements

IEnumerable..::.GetEnumerator()()()

See Also