IniFile.write

Writes an entry to the inifile.

class IniFile(bool sync)
void
write
(
T
)
(
string section
,
string key
,)

Parameters

section string

The section to write the entry to.

key string

The key of the entry.

value T

The value of the entry.

Meta