C# Class idTech4.idLangDict

显示文件 Open project: iainmckay/idtech4.net

Public Methods

Method Description
Clear ( ) : void
Get ( string key ) : string
Load ( string fileName, bool clear ) : bool
idLangDict ( ) : System

Private Methods

Method Description
ReplaceHandler ( Match match ) : string

Method Details

Clear() public method

public Clear ( ) : void
return void

Get() public method

public Get ( string key ) : string
key string
return string

Load() public method

public Load ( string fileName, bool clear ) : bool
fileName string
clear bool
return bool

idLangDict() public method

public idLangDict ( ) : System
return System