Cauldron Win32 Libraries
Cauldron Win32 Libraries
Cauldron.Collections
FastDictionary(TKey, TValue) Class
FastDictionary(TKey, TValue) Methods
Remove Method
Remove Method (KeyValuePair(TKey, TValue))
Remove Method (TKey)
FastDictionary
TKey
,
TValue
Remove Method (
TKey
)
Removes the value with the specified key from the
FastDictionary
TKey, TValue
.
Namespace:
Cauldron.Collections
Assembly:
Cauldron.Collections (in Cauldron.Collections.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax
C#
Copy
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
FastDictionary
TKey, TValue
.
Implements
IDictionary
TKey, TValue
Remove(TKey)
See Also
Reference
FastDictionary
TKey, TValue
Class
Remove Overload
Cauldron.Collections Namespace
https://raw.githubusercontent.com/Capgemini/Cauldron/master/LICENSE
Send comments on this topic to
alexander.schunk@capgemini.com