Class ClassAbilityGainList
public sealed class ClassAbilityGainList : IReadOnlyDictionary<Ability, sbyte>, IReadOnlyCollection<KeyValuePair<Ability, sbyte>>, IEnumerable<KeyValuePair<Ability, sbyte>>, IEnumerable
- Inheritance
-
ClassAbilityGainList
- Implements
- Inherited Members
- Extension Methods
Properties
- Count
Gets the number of elements in the collection.
- this[Ability]
Gets the element that has the specified key in the read-only dictionary.
- Keys
Gets an enumerable collection that contains the keys in the read-only dictionary.
- Values
Gets an enumerable collection that contains the values in the read-only dictionary.
Methods
- ContainsKey(Ability)
Determines whether the read-only dictionary contains an element that has the specified key.
- GetEnumerator()
Returns an enumerator that iterates through the collection.
- TryGetValue(Ability, out sbyte)
Gets the value that is associated with the specified key.