| RankedMapTKey, TValueKeyCollectionICollectionTKeyRemove Method |
Namespace:
Kaos.Collections
Assembly:
KaosCollections (in KaosCollections.dll) Version: 4.2.0.0
Syntax bool ICollection<TKey>.Remove(
TKey key
)
Parameters
- key
- Type: TKey
The key to remove.
Return Value
Type:
Booleantrue if the object was removed; otherwise
false.
Implements
ICollectionTRemove(T)See Also