C# 클래스 idTech4.idLangDict

파일 보기 프로젝트 열기: iainmckay/idtech4.net

공개 메소드들

메소드 설명
Clear ( ) : void
Get ( string key ) : string
Load ( string fileName, bool clear ) : bool
idLangDict ( ) : System

비공개 메소드들

메소드 설명
ReplaceHandler ( Match match ) : string

메소드 상세

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Get() 공개 메소드

public Get ( string key ) : string
key string
리턴 string

Load() 공개 메소드

public Load ( string fileName, bool clear ) : bool
fileName string
clear bool
리턴 bool

idLangDict() 공개 메소드

public idLangDict ( ) : System
리턴 System