IMapTKey, TValueEntrySet Method Hazelcast .Net Client Class Library
Returns a ICollectionT clone of the mappings contained in this map. The set is NOT backed by the map, so changes to the map are NOT reflected in the set, and vice-versa.

Namespace: Hazelcast.Core
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.6.1.0
Syntax

ISet<KeyValuePair<TKey, TValue>> EntrySet()

Return Value

Type: ISetKeyValuePairTKey, TValue
a ISetT clone of the keys mappings in this map
See Also

Reference