C# Class FS.DI.DynamicProxy.ParameterInterceptorAttribute

Inheritance: System.Attribute, IParameterInterceptor
Mostra file Open project: FarseerNet/Farseer.Net.DI

Public Methods

Method Description
OnParameterExecuting ( IParameterInvocation invocation ) : void

Method Details

OnParameterExecuting() public abstract method

public abstract OnParameterExecuting ( IParameterInvocation invocation ) : void
invocation IParameterInvocation
return void