Nini Library API Reference - http://nini.sourceforge.net/

IniDocument Constructor (Stream, IniFileType)

Initializes a new instance of the class using a Stream and the INI type.

public IniDocument(
   Stream stream,
   IniFileType type
);

Parameters

stream
The Stream.
type
The INI file type.

See Also

IniDocument Class | Nini.Ini Namespace | IniDocument Constructor Overload List