C# Class BlogEngine.Core.Providers.BlogFileSystemProviderCollection

Inheritance: System.Configuration.Provider.ProviderCollection
Afficher le fichier Open project: rasmuskl/ReSharperCourse Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

this() public méthode

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