Table of Contents

Property this

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

this[Ability]

Gets the element that has the specified key in the read-only dictionary.

public sbyte this[Ability key] { get; }

Parameters

key Ability

The key to locate.

Property Value

sbyte

The element that has the specified key in the read-only dictionary.

Exceptions

ArgumentNullException

key is null.

KeyNotFoundException

The property is retrieved and key is not found.