Oracle® Coherence .NET API Reference Release 3.6.1
E18812-01

Gets the key of the current cache entry.

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

Syntax

C#
public virtual Object Key { get; }

Return Value

The key of the current element of the enumeration.

Implements

IDictionaryEnumerator..::.Key

Exceptions

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

See Also