C# 클래스 Dominion.IndentedTextWriter

상속: IDisposable
파일 보기 프로젝트 열기: NathanTeeuwen/Dominulator 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
Indent ( ) : void
IndentedTextWriter ( System textWriter ) : System
Unindent ( ) : void
Write ( string format ) : void
WriteLine ( ) : void
WriteLine ( string format ) : void

비공개 메소드들

메소드 설명
IndentIfNewLine ( ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Indent() 공개 메소드

public Indent ( ) : void
리턴 void

IndentedTextWriter() 공개 메소드

public IndentedTextWriter ( System textWriter ) : System
textWriter System
리턴 System

Unindent() 공개 메소드

public Unindent ( ) : void
리턴 void

Write() 공개 메소드

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

WriteLine() 공개 메소드

public WriteLine ( ) : void
리턴 void

WriteLine() 공개 메소드

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