Table of Contents

Constructor IniParser

Namespace
Sisk.IniConfiguration.Parser
Assembly
Sisk.IniConfiguration.dll

IniParser(TextReader)

Creates an new IniParser with the specified text reader.

public IniParser(TextReader reader)

Parameters

reader TextReader

The TextReader instace to read the INI document.