Constructor IniReader
- Namespace
- Sisk.IniConfiguration.Serializer
- Assembly
- Sisk.IniConfiguration.dll
IniReader(TextReader)
Creates an new IniReader with the specified text reader.
public IniReader(TextReader reader)
Parameters
reader
TextReaderThe TextReader instace to read the INI document.