C# Класс Ninject.Selection.Heuristics.StandardInjectionHeuristic

Determines whether members should be injected during activation by checking if they are decorated with an injection marker attribute.
Наследование: Ninject.Components.NinjectComponent, IInjectionHeuristic
Показать файл Открыть проект

Открытые методы

Метод Описание
ShouldInject ( MemberInfo member ) : bool

Returns a value indicating whether the specified member should be injected.

Описание методов

ShouldInject() публичный Метод

Returns a value indicating whether the specified member should be injected.
public ShouldInject ( MemberInfo member ) : bool
member System.Reflection.MemberInfo The member in question.
Результат bool