Delegate ActionDecorator<TIn>.AfterAction
- Namespace
- PatternKit.Structural.Decorator
- Assembly
- PatternKit.Core.dll
Delegate for executing logic after the next layer completes.
public delegate void ActionDecorator<TIn>.AfterAction(TIn input)
Parameters
inputTIn- Delegate for executing logic after the next layer completes.