C# Class iSynaptic.Commons.Text.TextWriterDecorator

Inheritance: System.IO.TextWriter
Afficher le fichier Open project: iSynaptic/iSynaptic.Commons

Méthodes publiques

Méthode Description
Write ( Char value ) : void

Méthodes protégées

Méthode Description
TextWriterDecorator ( TextWriter underlying ) : System
WriteDirect ( String text ) : void

Method Details

TextWriterDecorator() protected méthode

protected TextWriterDecorator ( TextWriter underlying ) : System
underlying System.IO.TextWriter
Résultat System

Write() public méthode

public Write ( Char value ) : void
value Char
Résultat void

WriteDirect() protected méthode

protected WriteDirect ( String text ) : void
text String
Résultat void