ConfigFile.eraseSectionKey

Deletes the specified key in a section. Raises an error if either the section or the key do not exist.

struct ConfigFile
@nogc nothrow
void
eraseSectionKey
(
in String section
,
in String key
)

Meta