Méthode | Description | |
---|---|---|
NeedNewLine ( ) : void | ||
NewLine ( ) : void | ||
NewLineIfNeeded ( ) : void | ||
PopIndent ( ) : void | ||
PushIndent ( uint indent = DefaultIndent ) : void | ||
TextGenerator ( ) : System.Collections.Generic | ||
ToString ( ) : string | ||
Write ( string msg ) : void | ||
WriteCloseBraceIndent ( ) : void | ||
WriteLine ( string msg ) : void | ||
WriteLineIndent ( string msg ) : void | ||
WriteStartBraceIndent ( ) : void |
public PushIndent ( uint indent = DefaultIndent ) : void | ||
indent | uint | |
Résultat | void |
public TextGenerator ( ) : System.Collections.Generic | ||
Résultat | System.Collections.Generic |
public WriteLineIndent ( string msg ) : void | ||
msg | string | |
Résultat | void |