C# Class Castle.Windsor.Tests.ActionBasedInstaller

Inheritance: IWindsorInstaller
Afficher le fichier Open project: castleproject/Windsor

Méthodes publiques

Méthode Description
ActionBasedInstaller ( Action install ) : System
Install ( IWindsorContainer container, IConfigurationStore store ) : void

Method Details

ActionBasedInstaller() public méthode

public ActionBasedInstaller ( Action install ) : System
install Action
Résultat System

Install() public méthode

public Install ( IWindsorContainer container, IConfigurationStore store ) : void
container IWindsorContainer
store IConfigurationStore
Résultat void