C# Class ICSharpCode.TextEditor.Actions.CapitalizeAction

Inheritance: AbstractSelectionFormatAction
Afficher le fichier Open project: Clancey/MonoMac.Windows.Form

Méthodes protégées

Méthode Description
Convert ( IDocument document, int startOffset, int length ) : void

Method Details

Convert() protected méthode

protected Convert ( IDocument document, int startOffset, int length ) : void
document IDocument
startOffset int
length int
Résultat void