C# Class IndentedWriter, shared-source-cli-2.0

Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Méthodes publiques

Méthode Description
PopIndent ( ) : void
PushIndent ( ) : void
WriteLine ( ) : void
WriteLine ( String format ) : void
WriteLine ( string message ) : void

Method Details

PopIndent() public méthode

public PopIndent ( ) : void
Résultat void

PushIndent() public méthode

public PushIndent ( ) : 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

WriteLine() public méthode

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