C# 클래스 Playroom.CSharpStreamWriter

파일 보기 프로젝트 열기: jlyonsmith/Playroom 1 사용 예제들

공개 메소드들

메소드 설명
CSharpStreamWriter ( TextWriter writer ) : System
CSharpStreamWriter ( TextWriter writer, string>.Dictionary args ) : System
Indent ( ) : void
Outdent ( ) : void
WriteLine ( ) : void
WriteLine ( string format ) : void

메소드 상세

CSharpStreamWriter() 공개 메소드

public CSharpStreamWriter ( TextWriter writer ) : System
writer System.IO.TextWriter
리턴 System

CSharpStreamWriter() 공개 메소드

public CSharpStreamWriter ( TextWriter writer, string>.Dictionary args ) : System
writer System.IO.TextWriter
args string>.Dictionary
리턴 System

Indent() 공개 메소드

public Indent ( ) : void
리턴 void

Outdent() 공개 메소드

public Outdent ( ) : void
리턴 void

WriteLine() 공개 메소드

public WriteLine ( ) : void
리턴 void

WriteLine() 공개 메소드

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