C# 클래스 EzBus.Core.Builders.RegistryInstance

상속: IHaveLifeCycle, IConfigureLifeCycle
파일 보기 프로젝트 열기: Zapote/EzBus

공개 메소드들

메소드 설명
RegistryInstance ( Type service, Type implementation ) : System
Singleton ( ) : void
Unique ( ) : void

메소드 상세

RegistryInstance() 공개 메소드

public RegistryInstance ( Type service, Type implementation ) : System
service System.Type
implementation System.Type
리턴 System

Singleton() 공개 메소드

public Singleton ( ) : void
리턴 void

Unique() 공개 메소드

public Unique ( ) : void
리턴 void