Returns an enumerator that iterates through a collection.

Namespace:  C1.Silverlight
Assembly:  C1.Silverlight (in C1.Silverlight.dll)

Syntax

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

Return Value

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

Implements

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

See Also