C# Class Castle.Core.BoundToAttribute

Inheritance: LifestyleAttribute
Show file Open project: castleproject/Windsor

Public Methods

Method Description
BoundToAttribute ( Type scopeRootBinderType ) : System

Initializes a new instance of the BoundToAttribute class.

Method Details

BoundToAttribute() public method

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.
return System