C# Class EzBus.Core.Builders.RegistryInstance

Inheritance: IHaveLifeCycle, IConfigureLifeCycle
Afficher le fichier Open project: Zapote/EzBus

Méthodes publiques

Méthode Description
RegistryInstance ( Type service, Type implementation ) : System
Singleton ( ) : void
Unique ( ) : void

Method Details

RegistryInstance() public méthode

public RegistryInstance ( Type service, Type implementation ) : System
service System.Type
implementation System.Type
Résultat System

Singleton() public méthode

public Singleton ( ) : void
Résultat void

Unique() public méthode

public Unique ( ) : void
Résultat void