ILocationBindingAction<TPayload>.Execute<TValue> Method |
Method invoked by the Execute<TPayload>(ILocationBindingAction<TPayload>, TPayload) method.
Namespace: PostSharp.Aspects
Assembly: PostSharp (in PostSharp.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
void Execute<TValue>( ILocationBinding<TValue> binding, ref TPayload payload )
Parameters
- binding
- Type: PostSharp.Aspects.ILocationBinding<TValue>
The typed ILocationBinding. - payload
- Type: TPayload
Payload.
Type Parameters
- TValue
- Type of the value of the ILocationBinding object.