Property this
this[Ability]
Gets the element that has the specified key in the read-only dictionary.
public sbyte this[Ability key] { get; }
Parameters
keyAbilityThe key to locate.
Property Value
- sbyte
The element that has the specified key in the read-only dictionary.
Exceptions
- ArgumentNullException
keyis null.- KeyNotFoundException
The property is retrieved and
keyis not found.