Method Remove
- Namespace
- Gamelogic.Extensions
- Assembly
- Gamelogic.Extensions.dll
Remove(TKey)
Removes the element at the specified key from the cache.
public TValue Remove(TKey key)
Parameters
keyTKeyThe key of the element to remove.
Returns
- TValue
The value associated with the removed key.