C# 클래스 IndentedWriter, shared-source-cli-2.0

파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

공개 메소드들

메소드 설명
PopIndent ( ) : void
PushIndent ( ) : void
WriteLine ( ) : void
WriteLine ( String format ) : void
WriteLine ( string message ) : void

메소드 상세

PopIndent() 공개 메소드

public PopIndent ( ) : void
리턴 void

PushIndent() 공개 메소드

public PushIndent ( ) : void
리턴 void

WriteLine() 공개 메소드

public WriteLine ( ) : void
리턴 void

WriteLine() 공개 메소드

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

WriteLine() 공개 메소드

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