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

Inheritance: ConfigBase
显示文件 Open project: debop/NFramework Class Usage Examples

Public Methods

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

Private Methods

Method Description
CaseInsensitiveKeyName ( string key ) : string

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

Method Details

Get() public method

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

IniConfig() public method

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

Remove() public method

public Remove ( string key ) : void
key string
return void

Set() public method

public Set ( string key, object value ) : void
key string
value object
return void