Returns an enumerator that iterates through the collection.

Namespace: DigitalRune.Game
Assembly: DigitalRune.Game (in DigitalRune.Game.dll) Version: 1.0.0.0 (1.0.1.9459)

Syntax

C#
IEnumerator IEnumerable.GetEnumerator()
Visual Basic
Private Function GetEnumerator As IEnumerator
	Implements IEnumerable.GetEnumerator
Visual C++
private:
virtual IEnumerator^ GetEnumerator() sealed = IEnumerable::GetEnumerator

Return Value

An IEnumerator object that can be used to iterate through the collection.

Implements

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

See Also