C# Class RemotingGen.TextGenerator

Afficher le fichier Open project: FloodProject/flood

Méthodes publiques

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

Method Details

NeedNewLine() public méthode

public NeedNewLine ( ) : void
Résultat void

NewLine() public méthode

public NewLine ( ) : void
Résultat void

NewLineIfNeeded() public méthode

public NewLineIfNeeded ( ) : void
Résultat void

PopIndent() public méthode

public PopIndent ( ) : void
Résultat void

PushIndent() public méthode

public PushIndent ( uint indent = DefaultIndent ) : void
indent uint
Résultat void

TextGenerator() public méthode

public TextGenerator ( ) : System.Collections.Generic
Résultat System.Collections.Generic

ToString() public méthode

public ToString ( ) : string
Résultat string

Write() public méthode

public Write ( string msg ) : void
msg string
Résultat void

WriteCloseBraceIndent() public méthode

public WriteCloseBraceIndent ( ) : void
Résultat void

WriteLine() public méthode

public WriteLine ( string msg ) : void
msg string
Résultat void

WriteLineIndent() public méthode

public WriteLineIndent ( string msg ) : void
msg string
Résultat void

WriteStartBraceIndent() public méthode

public WriteStartBraceIndent ( ) : void
Résultat void