C# Class RemotingGen.TextGenerator

ファイルを表示 Open project: FloodProject/flood

Public Methods

Method 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 method

public NeedNewLine ( ) : void
return void

NewLine() public method

public NewLine ( ) : void
return void

NewLineIfNeeded() public method

public NewLineIfNeeded ( ) : void
return void

PopIndent() public method

public PopIndent ( ) : void
return void

PushIndent() public method

public PushIndent ( uint indent = DefaultIndent ) : void
indent uint
return void

TextGenerator() public method

public TextGenerator ( ) : System.Collections.Generic
return System.Collections.Generic

ToString() public method

public ToString ( ) : string
return string

Write() public method

public Write ( string msg ) : void
msg string
return void

WriteCloseBraceIndent() public method

public WriteCloseBraceIndent ( ) : void
return void

WriteLine() public method

public WriteLine ( string msg ) : void
msg string
return void

WriteLineIndent() public method

public WriteLineIndent ( string msg ) : void
msg string
return void

WriteStartBraceIndent() public method

public WriteStartBraceIndent ( ) : void
return void