C# Class Pluton.IniParser.IniSetting

Afficher le fichier Open project: Notulp/Pluton

Méthodes publiques

Свойство Type Description
Comments List
SettingName string
Value string

Méthodes publiques

Méthode Description
AddComment ( string comment ) : void
ClearComments ( ) : void
IniSetting ( string name, string value ) : System
IniSetting ( string name, string value, IEnumerable comments ) : System
RemoveComment ( string comment ) : void
ToString ( ) : string

Method Details

AddComment() public méthode

public AddComment ( string comment ) : void
comment string
Résultat void

ClearComments() public méthode

public ClearComments ( ) : void
Résultat void

IniSetting() public méthode

public IniSetting ( string name, string value ) : System
name string
value string
Résultat System

IniSetting() public méthode

public IniSetting ( string name, string value, IEnumerable comments ) : System
name string
value string
comments IEnumerable
Résultat System

RemoveComment() public méthode

public RemoveComment ( string comment ) : void
comment string
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

Comments public_oe property

public List Comments
Résultat List

SettingName public_oe property

public string SettingName
Résultat string

Value public_oe property

public string Value
Résultat string