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

Gets an ICollection object containing the values in the dictionary.

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

Syntax

C#
public ICollection Values { get; }

Return Value

An ICollection object containing the values in the dictionary.

Implements

IDictionary..::.Values

See Also