Nini Library API Reference - http://nini.sourceforge.net/
IniSection.Set Method (String, String)
Sets a key and value.
public
void
Set(
string
key
,
string
value
);
Parameters
key
Key name.
value
Key value.
See Also
IniSection Class
|
Nini.Ini Namespace
|
IniSection.Set Overload List