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