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