| INIFileSections Property |
Restituisce una collezione di sola lettura contenente tutte le Sezioni presenti nel file.
Namespace: QsInformatica.UtilsAssembly: QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 27.1.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
IListStringSee Also