C# Class TimeRulerLibrary.KeyboardUtils.CharPair

Character pair class that holds normal character and character with shift key pressed.
Show file Open project: jaquadro/MonoGdx

Public Properties

Property Type Description
NormalChar char
ShiftChar Nullable

Public Methods

Method Description
CharPair ( char normalChar, Nullable shiftChar ) : System

Method Details

CharPair() public method

public CharPair ( char normalChar, Nullable shiftChar ) : System
normalChar char
shiftChar Nullable
return System

Property Details

NormalChar public property

public char NormalChar
return char

ShiftChar public property

public Nullable ShiftChar
return Nullable