Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Ninject
Selection
Heuristics
StandardInjectionHeuristic
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
파일 보기
프로젝트 열기: ninject/Ninject
공개 메소드들
메소드
설명
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