Delegate ActionDecorator<TIn>.AroundTransform
- Namespace
- PatternKit.Structural.Decorator
- Assembly
- PatternKit.Core.dll
Delegate for wrapping the entire execution with custom logic.
public delegate void ActionDecorator<TIn>.AroundTransform(TIn input, ActionDecorator<TIn>.Component next)
Parameters
inputTIn- Delegate for wrapping the entire execution with custom logic.
nextActionDecorator<TIn>.Component- Delegate for wrapping the entire execution with custom logic.