C# 클래스 Arc.Infrastructure.Dependencies.Registration.Auto.RegisterTypeToSelfStrategy

Registers to self strategy.
상속: BaseRegisterTypeStrategy, ITypeRegistrationStrategy
파일 보기 프로젝트 열기: marektihkan/Arc

공개 메소드들

메소드 설명
Register ( Type type, IServiceLocator locator ) : void

Registers the specified type.

메소드 상세

Register() 공개 메소드

Registers the specified type.
public Register ( Type type, IServiceLocator locator ) : void
type System.Type The type.
locator IServiceLocator The locator.
리턴 void