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

Gets an ICollection object containing the keys of this dictionary.

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

Syntax

C#
public override ICollection Keys { get; }

Return Value

An ICollection object containing the keys of this dictionary object.

Implements

IDictionary..::.Keys

See Also