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