C# Класс Castle.Core.BoundToAttribute

Наследование: LifestyleAttribute
Показать файл Открыть проект

Открытые методы

Метод Описание
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