C# Class System.Configuration.KeyValueInternalCollection

Inheritance: System.Collections.Specialized.NameValueCollection
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Méthodes publiques

Méthode Description
Add ( String key, String value ) : void
Clear ( ) : void
KeyValueInternalCollection ( AppSettingsSection root ) : System
Remove ( string key ) : void

Method Details

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

KeyValueInternalCollection() public méthode

public KeyValueInternalCollection ( AppSettingsSection root ) : System
root AppSettingsSection
Résultat System

Remove() public méthode

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