C# Class Castle.Core.BoundToAttribute

Inheritance: LifestyleAttribute
Afficher le fichier Open project: castleproject/Windsor

Méthodes publiques

Méthode Description
BoundToAttribute ( Type scopeRootBinderType ) : System

Initializes a new instance of the BoundToAttribute class.

Method Details

BoundToAttribute() public méthode

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.
Résultat System