C# Class NRegex.Replacer.TextWriterTextBuffer

Inheritance: TextBuffer
Afficher le fichier Open project: olabini/nregex

Méthodes publiques

Méthode Description
Append ( char c ) : void
Append ( char chars, int off, int len ) : void
Append ( string s ) : void
TextWriterTextBuffer ( TextWriter writer ) : System

Method Details

Append() public méthode

public Append ( char c ) : void
c char
Résultat void

Append() public méthode

public Append ( char chars, int off, int len ) : void
chars char
off int
len int
Résultat void

Append() public méthode

public Append ( string s ) : void
s string
Résultat void

TextWriterTextBuffer() public méthode

public TextWriterTextBuffer ( TextWriter writer ) : System
writer System.IO.TextWriter
Résultat System