| INIFileGetSectionKeys Method |
Restituisce la collezione delle chiavi presenti attualmente in una sezione.
Namespace: QsInformatica.UtilsAssembly: QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 27.1.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 String
- Nome della sezione della quale enumerare le chiavi.
Return Value
IListStringRestituisce una collezione in sola lettura delle chiavi presenti attualmente sotto una
data sezione.
Exceptions See Also