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

IniSection.Set Method

Creates an empty line in the section.

Overload List

Creates an empty line in the section.

public void Set();

Sets a section comment.

public void Set(string);

Sets a key and value.

public void Set(string,string);

Sets a key value and a comment.

public void Set(string,string,string);

See Also

IniSection Class | Nini.Ini Namespace