C# 클래스 Castle.Windsor.Tests.ActionBasedInstaller

상속: IWindsorInstaller
파일 보기 프로젝트 열기: castleproject/Windsor

공개 메소드들

메소드 설명
ActionBasedInstaller ( Action install ) : System
Install ( IWindsorContainer container, IConfigurationStore store ) : void

메소드 상세

ActionBasedInstaller() 공개 메소드

public ActionBasedInstaller ( Action install ) : System
install Action
리턴 System

Install() 공개 메소드

public Install ( IWindsorContainer container, IConfigurationStore store ) : void
container IWindsorContainer
store IConfigurationStore
리턴 void