Exposes an Execute() method.
Namespace: PostSharp.Patterns.DynamicAdvising
Assembly: PostSharp.Patterns.Common.dll
Syntax
public interface IAction<TResult>
Type Parameters
Name | Description |
---|---|
TResult | Return type of the Execute() method. |
Methods
Name | Description |
---|---|
Execute() | Executes the action. |