|
INIReaderreadValues Method
|
Scans through lines of text and extract key/value pairs.
Namespace:
Karamba.Utilities
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic void readValues(
List<string> lines
)
Public Sub readValues (
lines As List(Of String)
)
public:
void readValues(
List<String^>^ lines
)
member readValues :
lines : List<string> -> unit
Parameters
- lines
- Type: System.Collections.GenericListString
Textline.
See Also