IniFileSections Property |
IniFileIO Documentation |
Raw section data stored by the object.
Namespace: IniFileIO
Assembly: IniFileIO (in IniFileIO.dll) Version: 1.4.0.6028 (1.4.0.06028)
Syntax
public List<IniFileSection> Sections { get; }
Public ReadOnly Property Sections As List(Of IniFileSection) Get
public: property List<IniFileSection>^ Sections { List<IniFileSection>^ get (); }
member Sections : List<IniFileSection> with get
Return Value
Type: ListIniFileSectionSection data as stored internally.
See Also