Click or drag to resize

IMultiMapTKey, TValueRemove Method (Object)

Removes all the entries with the given key.

Namespace:  Hazelcast.Core
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.2
Syntax
ICollection<TValue> Remove(
	Object key
)

Parameters

key
Type: SystemObject
the key of the entries to remove

Return Value

Type: ICollectionTValue
the collection of removed values associated with the given key. Returned collection might be modifiable but it has no effect on the multimap
See Also