PostSharp / / API Reference / Post­Sharp.​Aspects / Location­Interception­Args / Binding
Open sandbox

Property Binding

Binding

Gets an interface that allows to invoke the next node in the chain of invocation of the intercepted method.

Declaration
public abstract ILocationBinding Binding { get; }
Property Value
Type Description
ILocationBinding
Implements
ILocationInterceptionArgs.Binding