Class IniReader
- Namespace
- Sisk.IniConfiguration.Serializer
- Assembly
- Sisk.IniConfiguration.dll
Provides an INI-document reader and parser.
public sealed class IniReader : IDisposable
- Inheritance
-
IniReader
- Implements
- Inherited Members
Constructors
- IniReader(TextReader)
Creates an new IniReader with the specified text reader.
Properties
- Reader
Gets the TextReader which is providing data to this INI reader.
Methods
- Read()
Reads the INI document from the input stream.