C# Class System.Configuration.SettingElementCollection

Inheritance: ConfigurationElementCollection
Show file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
Add ( SettingElement element ) : void
Clear ( ) : void
Get ( string elementKey ) : SettingElement
Remove ( SettingElement element ) : void

Protected Methods

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

Method Details

Add() public method

public Add ( SettingElement element ) : void
element SettingElement
return void

Clear() public method

public Clear ( ) : void
return void

CreateNewElement() protected method

protected CreateNewElement ( ) : ConfigurationElement
return ConfigurationElement

Get() public method

public Get ( string elementKey ) : SettingElement
elementKey string
return SettingElement

GetElementKey() protected method

protected GetElementKey ( ConfigurationElement element ) : object
element ConfigurationElement
return object

Remove() public method

public Remove ( SettingElement element ) : void
element SettingElement
return void