C# Class RazorPad.UI.ObservableTextWriter

Inheritance: System.IO.StringWriter, INotifyPropertyChanged
Afficher le fichier Open project: RazorPad/RazorPad Class Usage Examples

Méthodes publiques

Méthode Description
Clear ( ) : void
Write ( char buffer, int index, int count ) : void

Private Methods

Méthode Description
OnPropertyChanged ( ) : void

Method Details

Clear() public méthode

public Clear ( ) : void
Résultat void

Write() public méthode

public Write ( char buffer, int index, int count ) : void
buffer char
index int
count int
Résultat void