IniFile._sections Field

IniFileIO

IniFile_sections Field

IniFileIO Documentation
Internal list of IniFileSections in the file.

Namespace:  IniFileIO
Assembly:  IniFileIO (in IniFileIO.dll) Version: 1.4.0.6028 (1.4.0.06028)
Syntax

private List<IniFileSection> _sections
Private _sections As List(Of IniFileSection)
private:
List<IniFileSection>^ _sections
val mutable private _sections: List<IniFileSection>

Field Value

Type: ListIniFileSection
Remarks

See Also

Reference