| 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: 23.3.0.0 (23.3.0.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:
IListStringSee Also