Returns the section at the specified index.
public IniSection this[int] {get;}
Returns the section by name.
public IniSection this[string] {get;}
IniSectionCollection Class | Nini.Ini Namespace