Method ContainsKey
- Namespace
- Gamelogic.Extensions
- Assembly
- Gamelogic.Extensions.dll
ContainsKey(TKey)
Determines whether this cache contains the specified key.
public bool ContainsKey(TKey key)
Parameters
keyTKeyThe key to locate in the cache.
Determines whether this cache contains the specified key.
public bool ContainsKey(TKey key)
key TKeyThe key to locate in the cache.