Table of Contents

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 TKey

The key of the element to remove.

Returns

TValue

The value associated with the removed key.