C# 클래스 ExpectBetter.Codegen.MatcherInterceptorSelector

상속: IInterceptorSelector
파일 보기 프로젝트 열기: benjamin-bader/ExpectBetter

공개 메소드들

메소드 설명
SelectInterceptors ( Type type, MethodInfo method, IInterceptor interceptors ) : IInterceptor[]

메소드 상세

SelectInterceptors() 공개 메소드

public SelectInterceptors ( Type type, MethodInfo method, IInterceptor interceptors ) : IInterceptor[]
type System.Type
method System.Reflection.MethodInfo
interceptors IInterceptor
리턴 IInterceptor[]