C# Class Core.Utilities.Interceptors.AspectInterceptorSelector

Inheritance: IInterceptorSelector
Mostrar archivo Open project: rabianur412/RentACar-Backend

Public Methods

Method Description
SelectInterceptors ( Type type, MethodInfo method, Array interceptors ) : IInterceptor[]

Method Details

SelectInterceptors() public method

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