C# Class JustEnoughVi.Command

Afficher le fichier Open project: hifi/monodevelop-justenoughvi Class Usage Examples

Méthodes publiques

Méthode Description
RunCommand ( int count, char arg ) : Mode

Méthodes protégées

Méthode Description
Command ( TextEditorData editor ) : System
Dispatch ( object command ) : bool
Run ( ) : void

Method Details

Command() protected méthode

protected Command ( TextEditorData editor ) : System
editor Mono.TextEditor.TextEditorData
Résultat System

Dispatch() protected méthode

protected Dispatch ( object command ) : bool
command object
Résultat bool

Run() protected abstract méthode

protected abstract Run ( ) : void
Résultat void

RunCommand() public méthode

public RunCommand ( int count, char arg ) : Mode
count int
arg char
Résultat Mode