C# Class iSynaptic.Commons.Text.IndentingTextWriter

Inheritance: TextWriterDecorator
Mostra file Open project: iSynaptic/iSynaptic.Commons Class Usage Examples

Public Methods

Method Description
DecreaseIndentation ( ) : void
DecreaseIndentation ( Int32 decreaseBy ) : void
IncreaseIndentation ( ) : void
IncreaseIndentation ( Int32 increaseBy ) : void
IndentingTextWriter ( TextWriter underlying, String indentationToken ) : System
Write ( Char value ) : void

Private Methods

Method Description
WriteIndentation ( ) : void

Method Details

DecreaseIndentation() public method

public DecreaseIndentation ( ) : void
return void

DecreaseIndentation() public method

public DecreaseIndentation ( Int32 decreaseBy ) : void
decreaseBy System.Int32
return void

IncreaseIndentation() public method

public IncreaseIndentation ( ) : void
return void

IncreaseIndentation() public method

public IncreaseIndentation ( Int32 increaseBy ) : void
increaseBy System.Int32
return void

IndentingTextWriter() public method

public IndentingTextWriter ( TextWriter underlying, String indentationToken ) : System
underlying System.IO.TextWriter
indentationToken String
return System

Write() public method

public Write ( Char value ) : void
value Char
return void