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