| IMapTKey, TValueKeySet Method |
Returns a set clone of the keys contained in this map.
Namespace:
Hazelcast.Core
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.3
Syntax Function KeySet As ISet(Of TKey)
abstract KeySet : unit -> ISet<'TKey>
Return Value
Type:
ISetTKeya
ISetT clone of the keys contained in this map
Remarks
Returns a set clone of the keys 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.
See Also