C# Class Alexandria.IniFileSetting

A setting within an IniFileSection.
Mostra file Open project: Burton-Radons/Alexandria Class Usage Examples

Public Methods

Method Description
IniFileSetting ( IniFileSection section, string name, string value ) : System

Initialise the setting.

Remove ( ) : void

Remove this setting from the section.

ToString ( ) : string

Convert to a string of the form "[Section].Name = Value".

Method Details

IniFileSetting() public method

Initialise the setting.
public IniFileSetting ( IniFileSection section, string name, string value ) : System
section IniFileSection
name string
value string
return System

Remove() public method

Remove this setting from the section.
public Remove ( ) : void
return void

ToString() public method

Convert to a string of the form "[Section].Name = Value".
public ToString ( ) : string
return string