C# Class Castle.DynamicProxy.Tests.OutRefParams.InvocatingInterceptor

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

Public Methods

Method Description
Intercept ( IInvocation invocation ) : void
InvocatingInterceptor ( Invoked invoked ) : System

Method Details

Intercept() public method

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

InvocatingInterceptor() public method

public InvocatingInterceptor ( Invoked invoked ) : System
invoked Invoked
return System