Table of Contents

Method ContainsKey

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

ContainsKey(Ability)

Determines whether the read-only dictionary contains an element that has the specified key.

public bool ContainsKey(Ability key)

Parameters

key Ability

The key to locate.

Returns

bool

true if the read-only dictionary contains an element that has the specified key; otherwise, false.

Exceptions

ArgumentNullException

key is null.