C# Class System.Configuration.SettingsProviderCollection

Inheritance: System.Configuration.Provider.ProviderCollection
Show file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
Add ( ProviderBase provider ) : void
this ( string name ) : SettingsProvider

Method Details

Add() public method

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

this() public method

public this ( string name ) : SettingsProvider
name string
return SettingsProvider