IniDocument.Sections Property

TG.INI

IniDocumentSections Property

Gets a collection of IniSection.

Namespace:  TG.INI
Assembly:  TG.INI (in TG.INI.dll) Version: 1.2.2.0 (1.2.2.0)
Syntax
public SectionCollection Sections { get; }
Public ReadOnly Property Sections As SectionCollection
	Get
public:
property SectionCollection^ Sections {
	SectionCollection^ get ();
}
member Sections : SectionCollection with get

Property Value

Type: SectionCollection
See Also