C# Class Castle.Windsor.Tests.Interceptors.CollectInterceptedIdInterceptor

Inheritance: IInterceptor
Show file Open project: castleproject/Windsor

Public Properties

Property Type Description
InterceptedId int

Public Methods

Method Description
Intercept ( IInvocation invocation ) : void

Method Details

Intercept() public method

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

Property Details

InterceptedId public static property

public static int InterceptedId
return int