C# Class Dominion.IndentedTextWriter

Inheritance: IDisposable
Datei anzeigen Open project: NathanTeeuwen/Dominulator Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
Indent ( ) : void
IndentedTextWriter ( System textWriter ) : System
Unindent ( ) : void
Write ( string format ) : void
WriteLine ( ) : void
WriteLine ( string format ) : void

Private Methods

Method Description
IndentIfNewLine ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Indent() public method

public Indent ( ) : void
return void

IndentedTextWriter() public method

public IndentedTextWriter ( System textWriter ) : System
textWriter System
return System

Unindent() public method

public Unindent ( ) : void
return void

Write() public method

public Write ( string format ) : void
format string
return void

WriteLine() public method

public WriteLine ( ) : void
return void

WriteLine() public method

public WriteLine ( string format ) : void
format string
return void