Method | Description | |
---|---|---|
Contains ( string key ) : bool | ||
GetItem ( int index ) : |
||
GetKeys ( ) : string[] | ||
GetValue ( string key ) : string | ||
IniSection ( string name, string comment = null ) : System.Collections | ||
Remove ( string key ) : void | ||
Set ( ) : void | ||
Set ( string comment ) : void | ||
Set ( string key, string value, string comment = null ) : void |
public IniSection ( string name, string comment = null ) : System.Collections | ||
name | string | |
comment | string | |
return | System.Collections |
public Set ( string key, string value, string comment = null ) : void | ||
key | string | |
value | string | |
comment | string | |
return | void |