C# Class LinFu.UnitTests.Proxy.MockInterceptor

Inheritance: IInterceptor
Mostrar archivo Open project: philiplaureano/LinFu Class Usage Examples

Public Methods

Method Description
Intercept ( IInvocationInfo info ) : object
MockInterceptor ( object>.Func implementation ) : System

Method Details

Intercept() public method

public Intercept ( IInvocationInfo info ) : object
info IInvocationInfo
return object

MockInterceptor() public method

public MockInterceptor ( object>.Func implementation ) : System
implementation object>.Func
return System