C# Class Ninject.Planning.Bindings.Resolvers.StandardBindingResolver

Resolves bindings that have been registered directly for the service.
Inheritance: Ninject.Components.NinjectComponent, IBindingResolver
Mostra file Open project: ninject/Ninject

Public Methods

Method Description
Resolve ( IDictionary bindings, Type service ) : IEnumerable

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

Method Details

Resolve() public method

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