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

Gets an ICollection object containing the keys of this dictionary.

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

Syntax

C#
public override ICollection Keys { get; }

Return Value

An ICollection object containing the keys of this dictionary object.

Implements

IDictionary..::.Keys

See Also