Constructor IniDocument
- Namespace
- Sisk.IniConfiguration.Core
- Assembly
- Sisk.IniConfiguration.Core.dll
IniDocument(IEnumerable<IniSection>)
Creates an new IniDocument instance from the specified IniSection collection.
public IniDocument(IEnumerable<IniSection> sections)
Parameters
sections
IEnumerable<IniSection>The list of IniSection.
IniDocument()
Creates an new empty IniDocument instance with no INI sections added to it.
public IniDocument()