Property | Type | Description | |
---|---|---|---|
Comments | List |
||
SectionName | string | ||
Settings | IniSetting>.Dictionary |
Method | Description | |
---|---|---|
AddComment ( string comment ) : void | ||
AddSetting ( string setting, string value ) : void | ||
ClearComments ( ) : void | ||
IniSection ( string name ) : System | ||
IniSection ( string name, IEnumerable |
||
RemoveComment ( string comment ) : void | ||
ToString ( ) : string | ||
this ( string index ) : string |
public AddSetting ( string setting, string value ) : void | ||
setting | string | |
value | string | |
return | void |
public IniSection ( string name, IEnumerable |
||
name | string | |
comments | IEnumerable |
|
return | System |
public RemoveComment ( string comment ) : void | ||
comment | string | |
return | void |