IniFile.read

Reads an entry from the inifile.

class IniFile(bool sync)
read
(
T
)
(
string section
,
string key
)

Parameters

section string

The section to read from.

key string

The key of the entry to read.

Return Value

Type: auto

The value read.

Meta