TG.INI
IniDocumentRead Method (TextReader) |
Reads an INI file and parses the data.
Namespace: TG.INI
Assembly: TG.INI (in TG.INI.dll) Version: 1.2.2.0 (1.2.2.0)
Syntax
public void Read( TextReader reader )
Public Sub Read ( reader As TextReader )
public: void Read( TextReader^ reader )
member Read : reader : TextReader -> unit
Parameters
- reader
- Type: System.IOTextReader
A TextReader used to read the INI data.
See Also