| PrsReaderGetSectionRawLines Method |
Gets the section raw lines.
Namespace: QsInformatica.UtilsAssembly: QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 27.1.0
Syntax public IList<string> GetSectionRawLines(
string section
)
Public Function GetSectionRawLines (
section As String
) As IList(Of String)
public:
IList<String^>^ GetSectionRawLines(
String^ section
)
member GetSectionRawLines :
section : string -> IList<string>
Parameters
- section String
- The section.
Return Value
IListStringAn
IListT of
String objects containing all the section raw lines.
Exceptions See Also