A Sandcastle Documented Class Library
![]() | INIFileGetSectionKeys Method |
Restituisce la collezione delle chiavi presenti attualmente in una sezione.
Namespace: QsInformatica.Utils
Assembly: QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 22.4.2.0 (22.4.2.0)

public IList<string> GetSectionKeys( string Section )
Public Function GetSectionKeys ( Section As String ) As IList(Of String)
public: IList<String^>^ GetSectionKeys( String^ Section )
member GetSectionKeys : Section : string -> IList<string>
Parameters
- Section
- Type: SystemString
Nome della sezione della quale enumerare le chiavi.
Return Value
Type: IListStringRestituisce una collezione in sola lettura delle chiavi presenti attualmente sotto una data sezione.

Exception | Condition |
---|---|
ArgumentNullException | La Section è null o stringa vuota"". |
