C# Class Serenity.Reflection.CodeWriter

ファイルを表示 Open project: volkanceylan/Serenity Class Usage Examples

Public Methods

Method Description
Block ( System.Action insideBlock ) : void
CodeWriter ( StringBuilder sb, int indentSize ) : System
InBrace ( System.Action insideBlock ) : void
Indent ( ) : void
Indented ( string s ) : void
IndentedLine ( string s ) : void
IndentedMultiLine ( string s ) : void

Private Methods

Method Description
DecreaseIndent ( ) : void
IncreaseIndent ( ) : void

Method Details

Block() public method

public Block ( System.Action insideBlock ) : void
insideBlock System.Action
return void

CodeWriter() public method

public CodeWriter ( StringBuilder sb, int indentSize ) : System
sb StringBuilder
indentSize int
return System

InBrace() public method

public InBrace ( System.Action insideBlock ) : void
insideBlock System.Action
return void

Indent() public method

public Indent ( ) : void
return void

Indented() public method

public Indented ( string s ) : void
s string
return void

IndentedLine() public method

public IndentedLine ( string s ) : void
s string
return void

IndentedMultiLine() public method

public IndentedMultiLine ( string s ) : void
s string
return void