ILocationBindingAction<TPayload> Interface |
Exposes an Execute<TValue>(ILocationBinding<TValue>, TPayload) method invoked by the Execute<TPayload>(ILocationBindingAction<TPayload>, TPayload) method,
which allows to execute strongly-typed operations and avoid boxing required by the weakly typed ILocationBinding interface.
Namespace: PostSharp.Aspects
Assembly: PostSharp (in PostSharp.dll) Version: 6.10.14.0 (6.10.14.0)
C#
public interface ILocationBindingAction<TPayload>
Type Parameters
- TPayload
- Type of the payload of the Execute<TValue>(ILocationBinding<TValue>, TPayload) method.
The ILocationBindingAction<TPayload> type exposes the following members.
Name | Description | |
---|---|---|
Execute<TValue> |
Method invoked by the Execute<TPayload>(ILocationBindingAction<TPayload>, TPayload) method.
|