C# Class JustEnoughVi.DeleteCommand

Inheritance: Command
Afficher le fichier Open project: hifi/monodevelop-justenoughvi

Protected Properties

Свойство Type Description
_selector Func

Méthodes publiques

Méthode Description
DeleteCommand ( TextEditorData editor, Func selector, char enclosingChar ) : System
DeleteCommand ( TextEditorData editor, Func selector, char openingChar, char closingChar ) : System

Méthodes protégées

Méthode Description
DeleteRange ( CommandRange range ) : void
Run ( ) : void

Method Details

DeleteCommand() public méthode

public DeleteCommand ( TextEditorData editor, Func selector, char enclosingChar ) : System
editor Mono.TextEditor.TextEditorData
selector Func
enclosingChar char
Résultat System

DeleteCommand() public méthode

public DeleteCommand ( TextEditorData editor, Func selector, char openingChar, char closingChar ) : System
editor Mono.TextEditor.TextEditorData
selector Func
openingChar char
closingChar char
Résultat System

DeleteRange() protected méthode

protected DeleteRange ( CommandRange range ) : void
range CommandRange
Résultat void

Run() protected méthode

protected Run ( ) : void
Résultat void

Property Details

_selector protected_oe property

protected Func _selector
Résultat Func