C# Class System.IO.TextWriter.NullTextWriter

Inheritance: TextWriter
Afficher le fichier Open project: dotnet/corefx

Méthodes publiques

Méthode Description
Write ( char value ) : void
Write ( char buffer, int index, int count ) : void
Write ( string value ) : void
WriteLine ( ) : void
WriteLine ( object value ) : void
WriteLine ( string value ) : void

Private Methods

Méthode Description
NullTextWriter ( ) : System.Text

Method Details

Write() public méthode

public Write ( char value ) : void
value char
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

Write() public méthode

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

WriteLine() public méthode

public WriteLine ( ) : void
Résultat void

WriteLine() public méthode

public WriteLine ( object value ) : void
value object
Résultat void

WriteLine() public méthode

public WriteLine ( string value ) : void
value string
Résultat void