Click or drag to resize

PartialDictionaryTKey, TBaseValue, TDerivValueRemove(TKey) Method

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

Namespace: Altaxo.Collections
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
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 IDictionaryTKey, TValue.

Implements

IDictionaryTKey, TValueRemove(TKey)
Exceptions
ExceptionCondition
ArgumentNullExceptionkey is .
NotSupportedExceptionThe IDictionaryTKey, TValue is read-only.
See Also