Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

Gets the current element in the collection.

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

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