C# Class System.Configuration.ProtectedConfigurationProviderCollection

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

Public Methods

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

Method Details

Add() public method

public Add ( ProviderBase provider ) : void
provider System.Configuration.Provider.ProviderBase
return void

this() public method

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