C# Class System.Configuration.KeyValueConfigurationCollection

Inheritance: ConfigurationElementCollection
Datei anzeigen Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
Add ( KeyValueConfigurationElement keyValue ) : void
Add ( String key, String value ) : void
Clear ( ) : void
Remove ( string key ) : void
this ( string key ) : KeyValueConfigurationElement

Protected Methods

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

Private Methods

Method Description
KeyValueConfigurationCollection ( ) : System

Method Details

Add() public method

public Add ( KeyValueConfigurationElement keyValue ) : void
keyValue KeyValueConfigurationElement
return void

Add() public method

public Add ( String key, String value ) : void
key String
value String
return void

Clear() public method

public Clear ( ) : void
return void

CreateNewElement() protected method

protected CreateNewElement ( ) : ConfigurationElement
return ConfigurationElement

GetElementKey() protected method

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

Remove() public method

public Remove ( string key ) : void
key string
return void

this() public method

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