C# Class Serenity.Reflection.CodeWriter

Afficher le fichier Open project: volkanceylan/Serenity Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
DecreaseIndent ( ) : void
IncreaseIndent ( ) : void

Method Details

Block() public méthode

public Block ( System.Action insideBlock ) : void
insideBlock System.Action
Résultat void

CodeWriter() public méthode

public CodeWriter ( StringBuilder sb, int indentSize ) : System
sb StringBuilder
indentSize int
Résultat System

InBrace() public méthode

public InBrace ( System.Action insideBlock ) : void
insideBlock System.Action
Résultat void

Indent() public méthode

public Indent ( ) : void
Résultat void

Indented() public méthode

public Indented ( string s ) : void
s string
Résultat void

IndentedLine() public méthode

public IndentedLine ( string s ) : void
s string
Résultat void

IndentedMultiLine() public méthode

public IndentedMultiLine ( string s ) : void
s string
Résultat void