C# Класс Castle.DynamicProxy.Test.SerializableClassTestCase.SerializableInterceptorSelector

Наследование: IInterceptorSelector
Показать файл Открыть проект

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

Метод Описание
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[]