Class PlatformKeyMapping<T>
Implements platform key to/from Key mapping.
public class PlatformKeyMapping<T> : TwoWayEnumMapping<T, Key>, IBaseObjectWithId, IDisposableObject, IDisposable, IBaseObject where T : struct, Enum
Type Parameters
T
Type of the platform key enum.
- Inheritance
-
TwoWayEnumMapping<T, Key>PlatformKeyMapping<T>
- Implements
- Derived
Constructors
- PlatformKeyMapping(T, Key)
Initializes a new instance of the PlatformKeyMapping<T> class.