C# 클래스 GitIStage.ConsoleCommand

파일 보기 프로젝트 열기: terrajobst/git-istage

공개 메소드들

메소드 설명
ConsoleCommand ( System.Action handler, ConsoleKey key, ConsoleModifiers modifiers ) : System
Execute ( ) : void
MatchesKey ( ConsoleKeyInfo keyInfo ) : bool

메소드 상세

ConsoleCommand() 공개 메소드

public ConsoleCommand ( System.Action handler, ConsoleKey key, ConsoleModifiers modifiers ) : System
handler System.Action
key ConsoleKey
modifiers ConsoleModifiers
리턴 System

Execute() 공개 메소드

public Execute ( ) : void
리턴 void

MatchesKey() 공개 메소드

public MatchesKey ( ConsoleKeyInfo keyInfo ) : bool
keyInfo System.ConsoleKeyInfo
리턴 bool