Table of Contents

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

List<int>

NumericKeyCodes

Numeric key codes (0-9)

public List<int> NumericKeyCodes { get; }

Property Value

List<int>

UpperKeyCodes

Uppercase letter key codes (A-Z)

public List<int> UpperKeyCodes { get; }

Property Value

List<int>