Property Keys
Keys
Gets an enumerable collection that contains the keys in the read-only dictionary.
public IEnumerable<Ability> Keys { get; }
Property Value
- IEnumerable<Ability>
An enumerable collection that contains the keys in the read-only dictionary.