C# Class System.Configuration.KeyValueConfigurationElement

Inheritance: ConfigurationElement
Show file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Private Properties

Property Type Description
KeyValueConfigurationElement System

Public Methods

Method Description
KeyValueConfigurationElement ( string key, string value ) : System

Protected Methods

Method Description
Init ( ) : void

Private Methods

Method Description
KeyValueConfigurationElement ( ) : System

Method Details

Init() protected method

protected Init ( ) : void
return void

KeyValueConfigurationElement() public method

public KeyValueConfigurationElement ( string key, string value ) : System
key string
value string
return System