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

Gets an ICollection object containing the values in this dictionary.

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

Syntax

C#
public override ICollection Values { get; }

Return Value

An ICollection object containing the values in this dictionary object.

Implements

IDictionary..::.Values

See Also