Method | Description | |
---|---|---|
IniFileSetting ( |
Initialise the setting.
|
|
Remove ( ) : void |
Remove this setting from the section.
|
|
ToString ( ) : string |
Convert to a string of the form "[Section].Name = Value".
|
public IniFileSetting ( |
||
section | ||
name | string | |
value | string | |
return | System |