Click or drag to resize

FastDictionaryTKey, TValueRemove Method (KeyValuePairTKey, TValue)

Namespace:  Cauldron.Collections
Assembly:  Cauldron.Collections (in Cauldron.Collections.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax
C#
public bool Remove(
	KeyValuePair<TKey, TValue> item
)

Parameters

item
Type: System.Collections.GenericKeyValuePairTKey, TValue
The key and value 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 FastDictionaryTKey, TValue.

Implements

ICollectionTRemove(T)
See Also