C# 클래스 GenerateFromSchema.CodeWriter

상속: IDisposable
파일 보기 프로젝트 열기: AnalyticalGraphicsInc/czml-writer 1 사용 예제들

공개 메소드들

메소드 설명
CloseScope ( ) : void
CodeWriter ( TextWriter writer ) : System
CodeWriter ( string filename ) : System
DecreaseIndent ( ) : void
Dispose ( ) : void
IncreaseIndent ( ) : void
OpenScope ( ) : CodeScope
WriteLine ( ) : void
WriteLine ( string str ) : void

메소드 상세

CloseScope() 공개 메소드

public CloseScope ( ) : void
리턴 void

CodeWriter() 공개 메소드

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

CodeWriter() 공개 메소드

public CodeWriter ( string filename ) : System
filename string
리턴 System

DecreaseIndent() 공개 메소드

public DecreaseIndent ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

IncreaseIndent() 공개 메소드

public IncreaseIndent ( ) : void
리턴 void

OpenScope() 공개 메소드

public OpenScope ( ) : CodeScope
리턴 CodeScope

WriteLine() 공개 메소드

public WriteLine ( ) : void
리턴 void

WriteLine() 공개 메소드

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