AllDefinitions Property
AllDefinitions
Gets all key definitions.
C#
public static IReadOnlyDictionary<KeyDefinitions.KeyType, KeyDefinitions.KeyDefinition> AllDefinitions { get; }
Property Value
Type | Description |
---|---|
IReadOnlyDictionary<KeyDefinitions.KeyType, KeyDefinitions.KeyDefinition> | A collection of key definitions. |