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: 6.6.14.0 (6.6.14.0)
C#
public abstract ILocationBinding Binding { get; }
Property Value
Type: ILocationBindingImplements
ILocationInterceptionArgs.BindingBindings are thread-safe and context-free singleton instances exposing the next node in the chain of invocation.