Click or drag to resize

RouletteDictionaryTKey, TValueRemove Method

Removes the value with the specified key from the dictionary.

Namespace:  Scaleout.Collections
Assembly:  Scaleout.Collections (in Scaleout.Collections.dll) Version: 1.0.3.0 (1.0.3.0)
Syntax
C#
public bool Remove(
	TKey key
)

Parameters

key
Type: TKey
key of the element to remove

Return Value

Type: Boolean
true if the element is found and removed; otherwise, false. This method returns false if key is not found in the dictionary

Implements

IDictionaryTKey, TValueRemove(TKey)
See Also