Name | Description | |
---|---|---|
![]() |
CallInterceptorHelper<T>.Add<T1> (Expression<Func<T, T1>>, Func<CallInterceptionData, T1>) | Creates new CallInterceptor for the given method and adds it to the interceptors collection. |
![]() |
CallInterceptorHelper<T>.Add<T1> (Expression<Action<T, T1>>, Action<CallInterceptionData, T1>) | Creates new CallInterceptor for the given method and adds it to the interceptors collection. |