C# Class System.Configuration.KeyValueConfigurationCollection

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

Méthodes publiques

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

Méthodes protégées

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

Private Methods

Méthode Description
KeyValueConfigurationCollection ( ) : System

Method Details

Add() public méthode

public Add ( KeyValueConfigurationElement keyValue ) : void
keyValue KeyValueConfigurationElement
Résultat void

Add() public méthode

public Add ( String key, String value ) : void
key String
value String
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 ( string key ) : void
key string
Résultat void

this() public méthode

public this ( string key ) : KeyValueConfigurationElement
key string
Résultat KeyValueConfigurationElement