Class LetterAndDigitKeyCodeService
- Namespace
- SunamoChar.Services
- Assembly
- SunamoChar.dll
Service for handling letter and digit key codes
public class LetterAndDigitKeyCodeService
- Inheritance
-
LetterAndDigitKeyCodeService
- Inherited Members
- Extension Methods
Properties
LowerKeyCodes
Lowercase letter key codes (a-z)
public List<int> LowerKeyCodes { get; }
Property Value
NumericKeyCodes
Numeric key codes (0-9)
public List<int> NumericKeyCodes { get; }
Property Value
UpperKeyCodes
Uppercase letter key codes (A-Z)
public List<int> UpperKeyCodes { get; }