C# Class Alexandria.IniFileSetting

A setting within an IniFileSection.
Afficher le fichier Open project: Burton-Radons/Alexandria Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

Remove() public méthode

Remove this setting from the section.
public Remove ( ) : void
Résultat void

ToString() public méthode

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