C# 클래스 RemotingGen.TextGenerator

파일 보기 프로젝트 열기: FloodProject/flood

공개 메소드들

메소드 설명
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

메소드 상세

NeedNewLine() 공개 메소드

public NeedNewLine ( ) : void
리턴 void

NewLine() 공개 메소드

public NewLine ( ) : void
리턴 void

NewLineIfNeeded() 공개 메소드

public NewLineIfNeeded ( ) : void
리턴 void

PopIndent() 공개 메소드

public PopIndent ( ) : void
리턴 void

PushIndent() 공개 메소드

public PushIndent ( uint indent = DefaultIndent ) : void
indent uint
리턴 void

TextGenerator() 공개 메소드

public TextGenerator ( ) : System.Collections.Generic
리턴 System.Collections.Generic

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

Write() 공개 메소드

public Write ( string msg ) : void
msg string
리턴 void

WriteCloseBraceIndent() 공개 메소드

public WriteCloseBraceIndent ( ) : void
리턴 void

WriteLine() 공개 메소드

public WriteLine ( string msg ) : void
msg string
리턴 void

WriteLineIndent() 공개 메소드

public WriteLineIndent ( string msg ) : void
msg string
리턴 void

WriteStartBraceIndent() 공개 메소드

public WriteStartBraceIndent ( ) : void
리턴 void