Table of Contents

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

Count
IsReadOnly
this[int]

Methods

Add(IniSection)
Clear()
Contains(IniSection)
CopyTo(IniSection[], int)
GetEnumerator()
GetGlobal()

Gets the global IniSection in this collection or creates a new one if it doens't exists.

IndexOf(IniSection)
Insert(int, IniSection)
Remove(IniSection)
RemoveAt(int)