PostSharp//API Reference/Post­Sharp.​Aspects/ILocation­Binding­Action<TPayload>/Execute
Open sandboxFocus

Method Execute

Execute<TValue>(ILocationBinding<TValue>, ref TPayload)

Declaration
void Execute<TValue>(ILocationBinding<TValue> binding, ref TPayload payload)
Parameters
Type Name Description
ILocationBinding<TValue> binding

The typed ILocationBinding.

TPayload payload

Payload.

Type Parameters
Name Description
TValue

Type of the value of the ILocationBinding object.