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
key
TKeyThe key.
Returns
- TValue
TValue.
Removes the element at the specified key from the cache.
public TValue Remove(TKey key)
key
TKeyThe key.
TValue.