C# 클래스 translatr.LocalsFile

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

공개 프로퍼티들

프로퍼티 타입 설명
entries List
id uint
isBE bool
name String
sourcePath String

공개 메소드들

메소드 설명
LocalsFile ( String p, String n, bool isBE ) : System
LocalsFile ( bool isBE ) : System
parse ( Stream s ) : void
parse ( String filePath ) : void
rebuildAndSave ( string path ) : void

메소드 상세

LocalsFile() 공개 메소드

public LocalsFile ( String p, String n, bool isBE ) : System
p String
n String
isBE bool
리턴 System

LocalsFile() 공개 메소드

public LocalsFile ( bool isBE ) : System
isBE bool
리턴 System

parse() 공개 메소드

public parse ( Stream s ) : void
s Stream
리턴 void

parse() 공개 메소드

public parse ( String filePath ) : void
filePath String
리턴 void

rebuildAndSave() 공개 메소드

public rebuildAndSave ( string path ) : void
path string
리턴 void

프로퍼티 상세

entries 공개적으로 프로퍼티

public List entries
리턴 List

id 공개적으로 프로퍼티

public uint id
리턴 uint

isBE 공개적으로 프로퍼티

public bool isBE
리턴 bool

name 공개적으로 프로퍼티

public String name
리턴 String

sourcePath 공개적으로 프로퍼티

public String sourcePath
리턴 String