Click or drag to resize

ObservableIndexerTKey, TValueRemove Method

Namespace:  TomsToolbox.ObservableCollections
Assembly:  TomsToolbox.ObservableCollections (in TomsToolbox.ObservableCollections.dll)
Syntax
public bool Remove(
	TKey key
)

Parameters

key
Type: TKey
The key of the element to remove.

Return Value

Type: Boolean
true if the element is successfully found and removed; otherwise, false. This method returns false if key is not found in the DictionaryTKey, TValue.
Exceptions
ExceptionCondition
ArgumentNullExceptionkey is null.
See Also