ConfigFile.eraseSection

Deletes the specified section along with all the key-value pairs inside. Raises an error if the section does not exist.

struct ConfigFile
@nogc nothrow
void
eraseSection
(
in String section
)

Meta