C# Class idTech4.idLangDict

Afficher le fichier Open project: iainmckay/idtech4.net

Méthodes publiques

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

Private Methods

Méthode Description
ReplaceHandler ( Match match ) : string

Method Details

Clear() public méthode

public Clear ( ) : void
Résultat void

Get() public méthode

public Get ( string key ) : string
key string
Résultat string

Load() public méthode

public Load ( string fileName, bool clear ) : bool
fileName string
clear bool
Résultat bool

idLangDict() public méthode

public idLangDict ( ) : System
Résultat System