| IMultiMapTKey, TValueEntrySet Method |
Returns the set of key-value pairs in the multimap.
Namespace:
Hazelcast.Core
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.3
Syntax ISet<KeyValuePair<TKey, TValue>> EntrySet()
Function EntrySet As ISet(Of KeyValuePair(Of TKey, TValue))
ISet<KeyValuePair<TKey, TValue>>^ EntrySet()
abstract EntrySet : unit -> ISet<KeyValuePair<'TKey, 'TValue>>
Return Value
Type:
ISetKeyValuePairTKey,
TValue
the set of key-value pairs in the multimap. Returned set might be modifiable
but it has no effect on the multimap
See Also