C# Class Playroom.CSharpStreamWriter

Afficher le fichier Open project: jlyonsmith/Playroom Class Usage Examples

Méthodes publiques

Méthode Description
CSharpStreamWriter ( TextWriter writer ) : System
CSharpStreamWriter ( TextWriter writer, string>.Dictionary args ) : System
Indent ( ) : void
Outdent ( ) : void
WriteLine ( ) : void
WriteLine ( string format ) : void

Method Details

CSharpStreamWriter() public méthode

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

CSharpStreamWriter() public méthode

public CSharpStreamWriter ( TextWriter writer, string>.Dictionary args ) : System
writer System.IO.TextWriter
args string>.Dictionary
Résultat System

Indent() public méthode

public Indent ( ) : void
Résultat void

Outdent() public méthode

public Outdent ( ) : void
Résultat void

WriteLine() public méthode

public WriteLine ( ) : void
Résultat void

WriteLine() public méthode

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