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

Inheritance: Ninject.Components.NinjectComponent, IMissingBindingResolver
显示文件 Open project: ninject/Ninject

Public Methods

Method Description
Resolve ( IDictionary bindings, IRequest request ) : IEnumerable

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

Private Methods

Method Description
HasDefaultValue ( ITarget target ) : bool

Method Details

Resolve() public method

Returns any bindings from the specified collection that match the specified service.
public Resolve ( IDictionary bindings, IRequest request ) : IEnumerable
bindings IDictionary The multimap of all registered bindings.
request IRequest The service in question.
return IEnumerable