Click or drag to resize

INIFileGetSectionKeys Method

Restituisce la collezione delle chiavi presenti attualmente in una sezione.

Namespace:  QsInformatica.Utils
Assembly:  QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 24.6.0.0 (24.6.0.0)
Syntax
public IList<string> GetSectionKeys(
	string Section
)

Parameters

Section
Type: SystemString
Nome della sezione della quale enumerare le chiavi.

Return Value

Type: IListString
Restituisce una collezione in sola lettura delle chiavi presenti attualmente sotto una data sezione.
Exceptions
ExceptionCondition
ArgumentNullExceptionLa Section è null o stringa vuota"".
See Also