Represents a delegate that decorates an action.
Namespace:
Gallio.CommonAssembly: Gallio (in Gallio.dll) Version: 3.2.0.0 (3.2.528.0)
Syntax
| C# |
|---|
public delegate void ActionDecorator( Action action ) |
| Visual Basic (Declaration) |
|---|
Public Delegate Sub ActionDecorator ( _ action As Action _ ) |
Parameters
- action
- Type: Gallio.Common..::.Action
The action to decorate which should be called in the middle of applying the decoration.
