| PrsReaderGetSectionKeys Method |
Gets all section entries.
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
)
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
The section.
Return Value
Type:
IListStringAn
IListT of
String objects containing all the section entries.
Exceptions See Also