C# 클래스 Ninject.Planning.Bindings.Resolvers.DefaultValueBindingResolver

상속: Ninject.Components.NinjectComponent, IMissingBindingResolver
파일 보기 프로젝트 열기: ninject/Ninject

공개 메소드들

메소드 설명
Resolve ( IDictionary bindings, IRequest request ) : IEnumerable

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

비공개 메소드들

메소드 설명
HasDefaultValue ( ITarget target ) : bool

메소드 상세

Resolve() 공개 메소드

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.
리턴 IEnumerable