IniDocument.sections

Sections of the document

Data entries from the document’s root – i.e. those with no designated section – are stored in a section with its name set to null.

If there are no named sections in a document, there will be only a single section with no name (null).

struct IniDocument(string)
Section[] sections;

Meta