Method ContainsKey
ContainsKey(Ability)
Determines whether the read-only dictionary contains an element that has the specified key.
public bool ContainsKey(Ability key)
Parameters
keyAbilityThe key to locate.
Returns
- bool
true if the read-only dictionary contains an element that has the specified key; otherwise, false.
Exceptions
- ArgumentNullException
keyis null.