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