C# (CSharp) Fusion.Core.IniParser.Model Namespace

Nested Namespaces

Fusion.Core.IniParser.Model.Configuration
Fusion.Core.IniParser.Model.Formatting

Classes

Name Description
IniData Represents all data from an INI file
IniDataCaseInsensitive Represents all data from an INI file exactly as the IniData class, but searching for sections and keys names is done with a case insensitive search.
KeyData Information associated to a key from an INI file. Includes both the value and the comments associated to the key.
SectionData Information associated to a section in a INI File Includes both the value and the comments associated to the key.