C# Class EzBus.Core.Builders.RegistryInstance

Inheritance: IHaveLifeCycle, IConfigureLifeCycle
Show file Open project: Zapote/EzBus

Public Methods

Method Description
RegistryInstance ( Type service, Type implementation ) : System
Singleton ( ) : void
Unique ( ) : void

Method Details

RegistryInstance() public method

public RegistryInstance ( Type service, Type implementation ) : System
service System.Type
implementation System.Type
return System

Singleton() public method

public Singleton ( ) : void
return void

Unique() public method

public Unique ( ) : void
return void