IniSection.write

Writes an entry to the section.

class IniSection(bool sync)
write
(
T
)
(
string key
,)

Parameters

key string

The key of the entry.

value T

The value of the entry.

Return Value

Type: auto

The section.

Meta