Cauldron Win32 Libraries
Cauldron Win32 Libraries
Cauldron.Collections
FastKeyedCollection(TKey, TItem) Class
FastKeyedCollection(TKey, TItem) Methods
Remove Method
Remove Method (TItem)
Remove Method (TKey)
FastKeyedCollection
TKey
,
TItem
Remove Method (
TItem
)
Removes the element from the
FastKeyedCollection
TKey, TItem
.
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
( TItem
item
)
Parameters
item
Type:
TItem
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
FastKeyedCollection
TKey, TItem
.
Implements
ICollection
T
Remove(T)
See Also
Reference
FastKeyedCollection
TKey, TItem
Class
Remove Overload
Cauldron.Collections Namespace
https://raw.githubusercontent.com/Capgemini/Cauldron/master/LICENSE
Send comments on this topic to
alexander.schunk@capgemini.com