C# Class Postworthy.Tasks.Bot.Settings.SettingCollection

Inheritance: System.Configuration.ConfigurationElementCollection
显示文件 Open project: postworthy/postworthy

Public Methods

Method Description
this ( int idx ) : Setting
this ( string key ) : Setting

Protected Methods

Method Description
CreateNewElement ( ) : ConfigurationElement
GetElementKey ( ConfigurationElement element ) : object

Method Details

CreateNewElement() protected method

protected CreateNewElement ( ) : ConfigurationElement
return System.Configuration.ConfigurationElement

GetElementKey() protected method

protected GetElementKey ( ConfigurationElement element ) : object
element System.Configuration.ConfigurationElement
return object

this() public method

public this ( int idx ) : Setting
idx int
return Setting

this() public method

public this ( string key ) : Setting
key string
return Setting