C# Class System.Configuration.ProviderSettingsCollection

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

Public Methods

Method Description
Add ( ProviderSettings provider ) : void
Clear ( ) : void
Remove ( String name ) : void
this ( int index ) : ProviderSettings
this ( string key ) : ProviderSettings

Protected Methods

Method Description
CreateNewElement ( ) : ConfigurationElement
GetElementKey ( ConfigurationElement element ) : Object

Private Methods

Method Description
ProviderSettingsCollection ( ) : System

Method Details

Add() public method

public Add ( ProviderSettings provider ) : void
provider ProviderSettings
return void

Clear() public method

public Clear ( ) : void
return void

CreateNewElement() protected method

protected CreateNewElement ( ) : ConfigurationElement
return ConfigurationElement

GetElementKey() protected method

protected GetElementKey ( ConfigurationElement element ) : Object
element ConfigurationElement
return Object

Remove() public method

public Remove ( String name ) : void
name String
return void

this() public method

public this ( int index ) : ProviderSettings
index int
return ProviderSettings

this() public method

public this ( string key ) : ProviderSettings
key string
return ProviderSettings