C# Class System.Configuration.NameValueConfigurationCollection

Inheritance: ConfigurationElementCollection
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Méthodes publiques

Méthode Description
Add ( NameValueConfigurationElement nameValue ) : void
Clear ( ) : void
Remove ( NameValueConfigurationElement nameValue ) : void
Remove ( string name ) : void
this ( string name ) : NameValueConfigurationElement

Méthodes protégées

Méthode Description
CreateNewElement ( ) : ConfigurationElement
GetElementKey ( ConfigurationElement element ) : object

Private Methods

Méthode Description
NameValueConfigurationCollection ( ) : System

Method Details

Add() public méthode

public Add ( NameValueConfigurationElement nameValue ) : void
nameValue NameValueConfigurationElement
Résultat void

Clear() public méthode

public Clear ( ) : void
Résultat void

CreateNewElement() protected méthode

protected CreateNewElement ( ) : ConfigurationElement
Résultat ConfigurationElement

GetElementKey() protected méthode

protected GetElementKey ( ConfigurationElement element ) : object
element ConfigurationElement
Résultat object

Remove() public méthode

public Remove ( NameValueConfigurationElement nameValue ) : void
nameValue NameValueConfigurationElement
Résultat void

Remove() public méthode

public Remove ( string name ) : void
name string
Résultat void

this() public méthode

public this ( string name ) : NameValueConfigurationElement
name string
Résultat NameValueConfigurationElement