| INIFileGetSectionKeys Method |
Restituisce la collezione delle chiavi presenti attualmente in una sezione.
Namespace:
QsInformatica.Utils
Assembly:
QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 23.3.0.0 (23.3.0.0)
Syntax 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.
Exceptions Exception | Condition |
---|
ArgumentNullException | La Section è null o stringa vuota"". |
See Also