Table of Contents

Class IniReader

Namespace
Sisk.IniConfiguration.Core.Serialization
Assembly
Sisk.IniConfiguration.Core.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

IniNamingComparer

Gets or sets the default StringComparer used by the INI reader and instances to compare key names.

Reader

Gets the TextReader which is providing data to this INI reader.

Methods

Dispose()
Read()

Reads the INI document from the input stream.