PostSharpAPI ReferencePost­Sharp.​AspectsILocation­Binding­Action<TPayload>Execute
Open sandboxFocus

ILocationBindingAction<TPayload>.Execute Method

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.