Initializes a new instance of the class with the supplied file.
Initializes a new instance of the class using a Stream.
public IniReader(Stream);
Initializes a new instance of the class using a TextReader.
public IniReader(TextReader);
Initializes a new instance of the class with the supplied file.
public IniReader(string);
IniReader Class | Nini.Ini Namespace