C# Class Dominion.IndentedTextWriter

Inheritance: IDisposable
Afficher le fichier Open project: NathanTeeuwen/Dominulator Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
Indent ( ) : void
IndentedTextWriter ( System textWriter ) : System
Unindent ( ) : void
Write ( string format ) : void
WriteLine ( ) : void
WriteLine ( string format ) : void

Private Methods

Méthode Description
IndentIfNewLine ( ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Indent() public méthode

public Indent ( ) : void
Résultat void

IndentedTextWriter() public méthode

public IndentedTextWriter ( System textWriter ) : System
textWriter System
Résultat System

Unindent() public méthode

public Unindent ( ) : void
Résultat void

Write() public méthode

public Write ( string format ) : void
format string
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