IMultiMapTKey, TValueKeySet Method Hazelcast .Net Client Class Library
Returns the set of keys in the multimap.

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

ISet<TKey> KeySet()

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

Reference