C# Class SafeILGenerator.Ast.Utils.IndentedStringBuilder

Datei anzeigen Open project: soywiz/SafeILGenerator Class Usage Examples

Public Methods

Method Description
Indent ( System.Action Action ) : void
ToString ( ) : string
UnIndent ( System.Action Action ) : void
Write ( string InlineText ) : IndentedStringBuilder
WriteNewLine ( ) : IndentedStringBuilder

Method Details

Indent() public method

public Indent ( System.Action Action ) : void
Action System.Action
return void

ToString() public method

public ToString ( ) : string
return string

UnIndent() public method

public UnIndent ( System.Action Action ) : void
Action System.Action
return void

Write() public method

public Write ( string InlineText ) : IndentedStringBuilder
InlineText string
return IndentedStringBuilder

WriteNewLine() public method

public WriteNewLine ( ) : IndentedStringBuilder
return IndentedStringBuilder