| INIFileGetRawLines Method |
Gets the raw lines (skip comments)
Namespace:
QsInformatica.Utils
Assembly:
QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 23.3.0.0 (23.3.0.0)
Syntax public IList<string> GetRawLines()
Public Function GetRawLines As IList(Of String)
public:
IList<String^>^ GetRawLines()
member GetRawLines : unit -> IList<string>
Return Value
Type:
IListStringIList<System.String>.
See Also