A Sandcastle Documented Class Library
INIFileGetSectionRawLines Method |
Gets the section lines. The raw text of the section. Skip comments.
Namespace: QsInformatica.Utils
Assembly: QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 22.4.2.0 (22.4.2.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
- Type: SystemString
The section.
Return Value
Type: IListStringIList<System.String>.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | Section |
See Also