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

Resolves bindings that have been registered directly for the service.
상속: Ninject.Components.NinjectComponent, IBindingResolver
파일 보기 프로젝트 열기: ninject/Ninject

공개 메소드들

메소드 설명
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