Click or drag to resize

DictionaryListTKey, TValueRemove(TKey) Method

Removes the element with the specified key from the DictionaryListTKey, TValue.

Namespace: GSF.Collections
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.293-beta+b9f6fb0447e0fddffa5bbbc6db4d9737c334ae9a
Syntax
public bool Remove(
	TKey key
)
View Source

Parameters

key  TKey
The key of the element to remove.

Return Value

Boolean
true if the element is successfully removed; otherwise, false. This method also returns false if key was not found in the original DictionaryListTKey, TValue.

Implements

IDictionaryTKey, TValueRemove(TKey)
See Also