C# Class System.Configuration.NameValueConfigurationCollection

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

Public Methods

Method Description
Add ( NameValueConfigurationElement nameValue ) : void
Clear ( ) : void
Remove ( NameValueConfigurationElement nameValue ) : void
Remove ( string name ) : void
this ( string name ) : NameValueConfigurationElement

Protected Methods

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

Private Methods

Method Description
NameValueConfigurationCollection ( ) : System

Method Details

Add() public method

public Add ( NameValueConfigurationElement nameValue ) : void
nameValue NameValueConfigurationElement
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 ( NameValueConfigurationElement nameValue ) : void
nameValue NameValueConfigurationElement
return void

Remove() public method

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

this() public method

public this ( string name ) : NameValueConfigurationElement
name string
return NameValueConfigurationElement