C# Class ICSharpCode.TextEditor.Actions.IndentSelection

Inheritance: ICSharpCode.TextEditor.Actions.AbstractEditAction
Afficher le fichier Open project: Clancey/MonoMac.Windows.Form

Méthodes protégées

Méthode Description
Convert ( IDocument document, int startLine, int endLine ) : void

Method Details

Convert() protected méthode

protected Convert ( IDocument document, int startLine, int endLine ) : void
document IDocument
startLine int
endLine int
Résultat void