C# Class BlogEngine.Core.Providers.BlogFileSystemProviderCollection

Inheritance: System.Configuration.Provider.ProviderCollection
Show file Open project: rasmuskl/ReSharperCourse Class Usage Examples

Public Methods

Method Description
Add ( ProviderBase provider ) : void

Add a provider to the collection.

this ( string name ) : BlogFileSystemProvider

Gets a provider by its name.

Method Details

Add() public method

Add a provider to the collection.
public Add ( ProviderBase provider ) : void
provider System.Configuration.Provider.ProviderBase /// The provider. ///
return void

this() public method

Gets a provider by its name.
public this ( string name ) : BlogFileSystemProvider
name string The name of the provider.
return BlogFileSystemProvider