Delegate ActionDecorator<TIn>.BeforeTransform
- Namespace
- PatternKit.Structural.Decorator
- Assembly
- PatternKit.Core.dll
Delegate for transforming the input before it reaches the next layer.
public delegate TIn ActionDecorator<TIn>.BeforeTransform(TIn input)
Parameters
inputTIn- Delegate for transforming the input before it reaches the next layer.
Returns
- TIn
- Delegate for transforming the input before it reaches the next layer.