| FastKeyedCollectionTKey, TItemRemove Method (TKey) |
Namespace:
Cauldron.Collections
Assembly:
Cauldron.Collections (in Cauldron.Collections.dll) Version: 1.0.0
Syntax public bool Remove(
TKey key
)
Public Function Remove (
key As TKey
) As Boolean
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
FastKeyedCollectionTKey, TItem.
See Also