Class IniSectionCollection
- Namespace
- Sisk.IniConfiguration.Core
- Assembly
- Sisk.IniConfiguration.Core.dll
Represents an collection of IniSection.
public sealed class IniSectionCollection : IList<IniSection>, ICollection<IniSection>, IReadOnlyList<IniSection>, IReadOnlyCollection<IniSection>, IEnumerable<IniSection>, ICollection, IEnumerable
- Inheritance
-
IniSectionCollection
- Implements
- Inherited Members
Properties
Methods
- GetGlobal()
Gets the global IniSection in this collection or creates a new one if it doens't exists.