C# Класс Ninject.Planning.Bindings.Resolvers.StandardBindingResolver

Resolves bindings that have been registered directly for the service.
Наследование: Ninject.Components.NinjectComponent, IBindingResolver
Показать файл Открыть проект

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

Метод Описание
Resolve ( IDictionary bindings, Type service ) : IEnumerable

Returns any bindings from the specified collection that match the specified service.

Описание методов

Resolve() публичный Метод

Returns any bindings from the specified collection that match the specified service.
public Resolve ( IDictionary bindings, Type service ) : IEnumerable
bindings IDictionary The multimap of all registered bindings.
service System.Type The service in question.
Результат IEnumerable