C# Class System.Configuration.NameValueConfigurationElement

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

Private Properties

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

Méthodes publiques

Méthode Description
NameValueConfigurationElement ( string name, string value ) : System

Private Methods

Méthode Description
NameValueConfigurationElement ( ) : System

Method Details

NameValueConfigurationElement() public méthode

public NameValueConfigurationElement ( string name, string value ) : System
name string
value string
Résultat System