C# Class GitIStage.ConsoleCommand

Exibir arquivo Open project: terrajobst/git-istage

Public Methods

Method Description
ConsoleCommand ( System.Action handler, ConsoleKey key, ConsoleModifiers modifiers ) : System
Execute ( ) : void
MatchesKey ( ConsoleKeyInfo keyInfo ) : bool

Method Details

ConsoleCommand() public method

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

Execute() public method

public Execute ( ) : void
return void

MatchesKey() public method

public MatchesKey ( ConsoleKeyInfo keyInfo ) : bool
keyInfo System.ConsoleKeyInfo
return bool