C# Class Castle.DynamicProxy.Tests.BasicInterfaceProxyWithoutTargetTestCase.ReturnThreeInterceptor

Inheritance: IInterceptor
Show file Open project: nats/castle-1.0.3-mono

Public Methods

Method Description
Intercept ( IInvocation invocation ) : void

Method Details

Intercept() public method

public Intercept ( IInvocation invocation ) : void
invocation IInvocation
return void