Метод | Описание | |
---|---|---|
Contains ( string key ) : bool | ||
GetItem ( int index ) : |
||
GetKeys ( ) : string[] | ||
GetValue ( string key ) : string | ||
IniSection ( string name ) : System | ||
IniSection ( string name, string comment ) : System | ||
Remove ( string key ) : void | ||
Set ( ) : void | ||
Set ( string comment ) : void | ||
Set ( string key, string value ) : void | ||
Set ( string key, string value, string comment ) : void |
public IniSection ( string name ) : System | ||
name | string | |
Результат | System |
public IniSection ( string name, string comment ) : System | ||
name | string | |
comment | string | |
Результат | System |
public Set ( string key, string value ) : void | ||
key | string | |
value | string | |
Результат | void |
public Set ( string key, string value, string comment ) : void | ||
key | string | |
value | string | |
comment | string | |
Результат | void |