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

Gets the value of the current dictionary entry.

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

Syntax

C#
public virtual Object Value { get; }

Return Value

The value of the current element of the enumeration.

Implements

IDictionaryEnumerator..::.Value

Exceptions

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

See Also