C# 클래스 Castle.Core.BoundToAttribute

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

공개 메소드들

메소드 설명
BoundToAttribute ( Type scopeRootBinderType ) : System

Initializes a new instance of the BoundToAttribute class.

메소드 상세

BoundToAttribute() 공개 메소드

Initializes a new instance of the BoundToAttribute class.
public BoundToAttribute ( Type scopeRootBinderType ) : System
scopeRootBinderType System.Type type having default accessible constructor and public method matching signature of Func<IHandler[], IHandler> delegate. The method will be used to pick of the component current instance should be bound to.
리턴 System