Returns an enumerator that iterates through the collection.

Namespace:  Mindscape.LightSpeed
Assembly:  Mindscape.LightSpeed (in Mindscape.LightSpeed.dll)
Version: 4.0.0.0 (4.0.0.0)

Syntax

C#
public IEnumerator<TTarget> GetEnumerator()
Visual Basic (Declaration)
Public Function GetEnumerator As IEnumerator(Of TTarget)

Return Value

A IEnumerator<(Of <(T>)>) that can be used to iterate through the collection.

Implements

IEnumerable<(Of <(T>)>)..::.GetEnumerator()()()

See Also