Oracle® Coherence .NET API Reference Release 3.6
E15727-01

Returns an enumerator that iterates through a collection.

Namespace:  Tangosol.Util
Assembly:  Coherence (in Coherence.dll) Version: 3.6.0.0 (3.6.0.0)

Syntax

C#
public IEnumerator GetEnumerator()

Return Value

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

Implements

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

See Also