INIFile.Sections Property

QsInformatica.Utils

INIFileSections Property

Restituisce una collezione di sola lettura contenente tutte le Sezioni presenti nel file.

Namespace:  QsInformatica.Utils
Assembly:  QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 22.4.2.0 (22.4.2.0)
Syntax
public IList<string> Sections { get; }
Public ReadOnly Property Sections As IList(Of String)
	Get
public:
property IList<String^>^ Sections {
	IList<String^>^ get ();
}
member Sections : IList<string> with get

Property Value

Type: IListString
See Also