C# Class System.Configuration.KeyValueInternalCollection

Inheritance: System.Collections.Specialized.NameValueCollection
Show file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

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

Method Details

Add() public method

public Add ( String key, String value ) : void
key String
value String
return void

Clear() public method

public Clear ( ) : void
return void

KeyValueInternalCollection() public method

public KeyValueInternalCollection ( AppSettingsSection root ) : System
root AppSettingsSection
return System

Remove() public method

public Remove ( string key ) : void
key string
return void