Delegate ActionDecorator<TIn>.Component
- Namespace
- PatternKit.Structural.Decorator
- Assembly
- PatternKit.Core.dll
Delegate representing the base component action.
public delegate void ActionDecorator<TIn>.Component(TIn input)
Parameters
inputTIn- Delegate representing the base component action.