![](../icons/Hazelcast-IMDG-Logo-Orange_Dark_200px.jpg) | IMultiMapTKey, TValueKeySet Method |
Returns the set of keys in the multimap.
Namespace:
Hazelcast.Core
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.2
SyntaxFunction KeySet As ISet(Of TKey)
abstract KeySet : unit -> ISet<'TKey>
Return Value
Type:
ISetTKey
the set of keys in the multimap. Returned set might be modifiable
but it has no effect on the multimap
See Also