C# 클래스 Core.Utilities.Interceptors.AspectInterceptorSelector

상속: IInterceptorSelector
파일 보기 프로젝트 열기: rabianur412/RentACar-Backend

공개 메소드들

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

메소드 상세

SelectInterceptors() 공개 메소드

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