C# Class PowerArgs.Cli.ArrowKeysHandler

Inheritance: IKeyHandler
Afficher le fichier Open project: adamabdelhamed/PowerArgs

Méthodes publiques

Méthode Description
Handle ( RichCommandLineContext context ) : void

Private Methods

Méthode Description
HandleDownArrow ( RichCommandLineContext context ) : void
HandleLeftArrow ( RichCommandLineContext context ) : void
HandleRightArrow ( RichCommandLineContext context ) : void
HandleUpArrow ( RichCommandLineContext context ) : void

Method Details

Handle() public méthode

public Handle ( RichCommandLineContext context ) : void
context RichCommandLineContext
Résultat void