C# 클래스 Bind.BindStreamWriter

상속: System.IO.StreamWriter
파일 보기 프로젝트 열기: hultqvist/opentk 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
File string

공개 메소드들

메소드 설명
BindStreamWriter ( string file ) : System
Indent ( ) : void
Unindent ( ) : void
Write ( Bind.Structures.Enum e ) : void
Write ( System.Function f ) : void
Write ( string value ) : void
WriteGeneratorAndLicense ( ) : void
WriteLine ( string value ) : void

메소드 상세

BindStreamWriter() 공개 메소드

public BindStreamWriter ( string file ) : System
file string
리턴 System

Indent() 공개 메소드

public Indent ( ) : void
리턴 void

Unindent() 공개 메소드

public Unindent ( ) : void
리턴 void

Write() 공개 메소드

public Write ( Bind.Structures.Enum e ) : void
e Bind.Structures.Enum
리턴 void

Write() 공개 메소드

public Write ( System.Function f ) : void
f System.Function
리턴 void

Write() 공개 메소드

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

WriteGeneratorAndLicense() 공개 메소드

public WriteGeneratorAndLicense ( ) : void
리턴 void

WriteLine() 공개 메소드

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

프로퍼티 상세

File 공개적으로 프로퍼티

public string File
리턴 string