IMapTKey, TValueRemove Method (Object)Hazelcast .Net Client Class Library
Removes the mapping for a key from this map if it is present.

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

TValue Remove(
	Object key
)

Parameters

key
Type: SystemObject
key

Return Value

Type: TValue
previous value associated with key or null if there was no mapping for key .
Remarks

Removes the mapping for a key from this map if it is present.

The map will not contain a mapping for the specified key once the call returns.

See Also

Reference