Nini Library API Reference - http://nini.sourceforge.net/
IniItem Constructor
Creates a new item.
protected internal IniItem(
string
name
,
string
value
,
IniType
type
,
string
comment
);
Parameters
name
Item name.
value
Item value.
type
Item type.
comment
Item comment.
See Also
IniItem Class
|
Nini.Ini Namespace