C# Class Moq.InvokeBase

Inheritance: IInterceptStrategy
Exibir arquivo Open project: moq/moq4

Public Methods

Method Description
HandleIntercept ( ICallContext invocation, Moq.InterceptorContext ctx, Moq.CurrentInterceptContext localctx ) : InterceptionAction

Method Details

HandleIntercept() public method

public HandleIntercept ( ICallContext invocation, Moq.InterceptorContext ctx, Moq.CurrentInterceptContext localctx ) : InterceptionAction
invocation ICallContext
ctx Moq.InterceptorContext
localctx Moq.CurrentInterceptContext
return InterceptionAction