C# Class FastQuant.OutputWriter

Inheritance: System.IO.StringWriter
Afficher le fichier Open project: fastquant/fastquant.dll Class Usage Examples

Méthodes publiques

Méthode Description
Clear ( ) : void
OutputWriter ( OutputManager manager ) : System
Write ( bool value ) : void
Write ( char value ) : void
Write ( decimal value ) : void
Write ( double value ) : void
Write ( float value ) : void
Write ( int value ) : void
Write ( long value ) : void
Write ( string value ) : void
Write ( uint value ) : void
Write ( ulong value ) : void
WriteLine ( ) : void
WriteLine ( bool value ) : void
WriteLine ( char value ) : void
WriteLine ( decimal value ) : void
WriteLine ( double value ) : void
WriteLine ( float value ) : void
WriteLine ( int value ) : void
WriteLine ( long value ) : void
WriteLine ( string value ) : void
WriteLine ( uint value ) : void
WriteLine ( ulong value ) : void

Private Methods

Méthode Description
DoWrite ( string text ) : void
DoWriteLine ( string value ) : void

Method Details

Clear() public méthode

public Clear ( ) : void
Résultat void

OutputWriter() public méthode

public OutputWriter ( OutputManager manager ) : System
manager OutputManager
Résultat System

Write() public méthode

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

Write() public méthode

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

Write() public méthode

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

Write() public méthode

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

Write() public méthode

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

Write() public méthode

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

Write() public méthode

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

Write() public méthode

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

Write() public méthode

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

Write() public méthode

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

WriteLine() public méthode

public WriteLine ( ) : void
Résultat void

WriteLine() public méthode

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

WriteLine() public méthode

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

WriteLine() public méthode

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

WriteLine() public méthode

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

WriteLine() public méthode

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

WriteLine() public méthode

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

WriteLine() public méthode

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

WriteLine() public méthode

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

WriteLine() public méthode

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

WriteLine() public méthode

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