C# Class NSoft.NFramework.Nini.Config.IniConfig

Inheritance: ConfigBase
Afficher le fichier Open project: debop/NFramework Class Usage Examples

Méthodes publiques

Méthode Description
Get ( string key ) : string
IniConfig ( string name, IConfigSource source )
Remove ( string key ) : void
Set ( string key, object value ) : void

Private Methods

Méthode Description
CaseInsensitiveKeyName ( string key ) : string

Returns the key name if the case insensitivity is turned on.

Method Details

Get() public méthode

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

IniConfig() public méthode

public IniConfig ( string name, IConfigSource source )
name string
source IConfigSource

Remove() public méthode

public Remove ( string key ) : void
key string
Résultat void

Set() public méthode

public Set ( string key, object value ) : void
key string
value object
Résultat void