PostSharpAPI ReferencePost­Sharp.​AspectsILocation­Interception­Args<T>Binding
Open sandboxFocus

ILocationInterceptionArgs<T>.Binding Property

Binding

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

Declaration
ILocationBinding<T> Binding { get; }
Property Value
Type Description
ILocationBinding<T>
Remarks

Bindings are thread-safe and context-free singleton instances exposing the next node in the chain of invocation.