Method ContainsKey
- Namespace
- Gamelogic.Extensions
- Assembly
- Gamelogic.Extensions.dll
ContainsKey(TKey)
Determines whether the dictionary contains the specified key.
public bool ContainsKey(TKey key)
Parameters
keyTKeyThe key to locate.
Returns
- bool
trueif the key exists; otherwisefalse.