C# Class Pluton.IniParser.IniSetting

Mostrar archivo Open project: Notulp/Pluton

Public Properties

Property Type Description
Comments List
SettingName string
Value string

Public Methods

Method 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 method

public AddComment ( string comment ) : void
comment string
return void

ClearComments() public method

public ClearComments ( ) : void
return void

IniSetting() public method

public IniSetting ( string name, string value ) : System
name string
value string
return System

IniSetting() public method

public IniSetting ( string name, string value, IEnumerable comments ) : System
name string
value string
comments IEnumerable
return System

RemoveComment() public method

public RemoveComment ( string comment ) : void
comment string
return void

ToString() public method

public ToString ( ) : string
return string

Property Details

Comments public_oe property

public List Comments
return List

SettingName public_oe property

public string SettingName
return string

Value public_oe property

public string Value
return string