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

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

Méthodes publiques

Méthode Description
Resolve ( IDictionary bindings, Type service ) : IEnumerable

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

Method Details

Resolve() public méthode

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