C# Class GitIStage.ConsoleCommand

Afficher le fichier Open project: terrajobst/git-istage

Méthodes publiques

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

Method Details

ConsoleCommand() public méthode

public ConsoleCommand ( System.Action handler, ConsoleKey key, ConsoleModifiers modifiers ) : System
handler System.Action
key ConsoleKey
modifiers ConsoleModifiers
Résultat System

Execute() public méthode

public Execute ( ) : void
Résultat void

MatchesKey() public méthode

public MatchesKey ( ConsoleKeyInfo keyInfo ) : bool
keyInfo System.ConsoleKeyInfo
Résultat bool