LocationInterceptionArgs.Binding Property |
Gets an interface that allows to invoke the next node in the chain of invocation of the intercepted method.
Namespace: PostSharp.Aspects
Assembly: PostSharp (in PostSharp.dll) Version: 5.0.55.0 (5.0.55.0)

C#
public abstract ILocationBinding Binding { get; }
Property Value
Type: ILocationBindingImplements
ILocationInterceptionArgs.Binding
Bindings are thread-safe and context-free singleton instances exposing the next node in the chain of invocation.
