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 |
Method | Description | |
---|---|---|
DecreaseIndent ( ) : void | ||
IncreaseIndent ( ) : void |
public Block ( System.Action insideBlock ) : void | ||
insideBlock | System.Action | |
return | void |
public CodeWriter ( StringBuilder sb, int indentSize ) : System | ||
sb | StringBuilder | |
indentSize | int | |
return | System |
public InBrace ( System.Action insideBlock ) : void | ||
insideBlock | System.Action | |
return | void |