Returns an enumerator that iterates through the map entries.

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

Syntax

C#
public IEnumerator GetEnumerator()
Visual Basic (Declaration)
Public Function GetEnumerator As IEnumerator

Return Value

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

Implements

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

See Also