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 virtual Object Current { get; }

Return Value

The current element in the collection.

Implements

IEnumerator..::.Current

See Also