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

Gets the current element in the collection.

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

Syntax

C#
public Object Current { get; }

Return Value

The current element in the collection.

Implements

IEnumerator..::.Current

Exceptions

ExceptionCondition
System..::.InvalidOperationException The enumerator is positioned before the first element of the collection or after the last element.

See Also