ArgsTests.AfterInvokeInterceptor.AfterInvokeInterceptor C# (CSharp) Method

AfterInvokeInterceptor() public method

public AfterInvokeInterceptor ( Action hook ) : System
hook Action
return System
        public AfterInvokeInterceptor(Action<HookContext> hook)
        {
            this.hook = hook;
        }