C# Class System.Configuration.KeyValueConfigurationElement

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

Private Properties

Свойство Type Description
KeyValueConfigurationElement System

Méthodes publiques

Méthode Description
KeyValueConfigurationElement ( string key, string value ) : System

Méthodes protégées

Méthode Description
Init ( ) : void

Private Methods

Méthode Description
KeyValueConfigurationElement ( ) : System

Method Details

Init() protected méthode

protected Init ( ) : void
Résultat void

KeyValueConfigurationElement() public méthode

public KeyValueConfigurationElement ( string key, string value ) : System
key string
value string
Résultat System