C# Class Gopi.Provider.DataProviderCollection

A collection of defined providers in the configuration
Inheritance: System.Configuration.Provider.ProviderCollection
Show file Open project: keyvan/Gopi

Public Methods

Method Description
this ( string name ) : DataProvider

A DataProvider in the providers lists.

Method Details

this() public method

A DataProvider in the providers lists.
public this ( string name ) : DataProvider
name string The name of the provider.
return DataProvider