LockingDictionaryTKey, TValueRemove(TKey) Method

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

Definition

Namespace: KGySoft.Collections
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 8.1.0
C#
public bool Remove(
	TKey key
)

Parameters

key  TKey
The key of the element to remove.

Return Value

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

Implements

IDictionaryTKey, TValueRemove(TKey)

See Also