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