C# Class Pluton.IniParser.IniSection

Exibir arquivo Open project: Notulp/Pluton

Public Properties

Property Type Description
Comments List
SectionName string
Settings IniSetting>.Dictionary

Public Methods

Method Description
AddComment ( string comment ) : void
AddSetting ( string setting, string value ) : void
ClearComments ( ) : void
IniSection ( string name ) : System
IniSection ( string name, IEnumerable comments ) : System
RemoveComment ( string comment ) : void
ToString ( ) : string
this ( string index ) : string

Method Details

AddComment() public method

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

AddSetting() public method

public AddSetting ( string setting, string value ) : void
setting string
value string
return void

ClearComments() public method

public ClearComments ( ) : void
return void

IniSection() public method

public IniSection ( string name ) : System
name string
return System

IniSection() public method

public IniSection ( string name, IEnumerable comments ) : System
name 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

this() public method

public this ( string index ) : string
index string
return string

Property Details

Comments public_oe property

public List Comments
return List

SectionName public_oe property

public string SectionName
return string

Settings public_oe property

public Dictionary Settings
return IniSetting>.Dictionary