Gets the IniFileSectionCollection of sections contained in this file.

Namespace: System.Extensions.IO
Assembly: System.Extensions (in System.Extensions.dll) Version: 0.0.0.5 (0.0.0.5)

Syntax

C#
public IniFileSectionCollection Sections { get; }
Visual Basic
Public ReadOnly Property Sections As IniFileSectionCollection
	Get
Visual C++
public:
property IniFileSectionCollection^ Sections {
	IniFileSectionCollection^ get ();
}
F#
member Sections : IniFileSectionCollection with get

Property Value

Type: IniFileSectionCollection

See Also