C# 클래스 PerformanceMeasuring.GameDebugTools.KeyboardUtils.CharPair

Character pair class that holds normal character and character with shift key pressed.
파일 보기 프로젝트 열기: vchelaru/FlatRedBall

공개 프로퍼티들

프로퍼티 타입 설명
NormalChar char
ShiftChar Nullable

공개 메소드들

메소드 설명
CharPair ( char normalChar, Nullable shiftChar ) : System

메소드 상세

CharPair() 공개 메소드

public CharPair ( char normalChar, Nullable shiftChar ) : System
normalChar char
shiftChar Nullable
리턴 System

프로퍼티 상세

NormalChar 공개적으로 프로퍼티

public char NormalChar
리턴 char

ShiftChar 공개적으로 프로퍼티

public Nullable ShiftChar
리턴 Nullable