C# Класс Selenol.SelectorAttributes.InterceptorSelector

The interceptor selector which selects appropriate interceptor where it needs.
Наследование: IInterceptorSelector
Показать файл Открыть проект

Открытые методы

Метод Описание
SelectInterceptors ( Type type, MethodInfo method, IInterceptor interceptors ) : IInterceptor[]

Select interceptors which must be applied to the method.

Описание методов

SelectInterceptors() публичный Метод

Select interceptors which must be applied to the method.
public SelectInterceptors ( Type type, MethodInfo method, IInterceptor interceptors ) : IInterceptor[]
type System.Type The type.
method System.Reflection.MethodInfo The method.
interceptors IInterceptor The interceptors.
Результат IInterceptor[]