Table of Contents

Method ContainsKey

Namespace
Gamelogic.Extensions
Assembly
Gamelogic.Extensions.dll

ContainsKey(TKey)

Determines whether this cache contains the specified key.

bool ContainsKey(TKey key)

Parameters

key TKey

Returns

bool

true if the cache contains the key; otherwise, false.