Constructor PlatformKeyMapping
PlatformKeyMapping(T, Key)
Initializes a new instance of the PlatformKeyMapping<T> class.
public PlatformKeyMapping(T maxPlatformKey, Key maxKey)Parameters
- maxPlatformKeyT
- Max supported platform key value. 
- maxKeyKey
- Max supported key value.