Delegate Decorator<TIn, TOut>.Component
- Namespace
- PatternKit.Structural.Decorator
- Assembly
- PatternKit.Core.dll
Delegate representing the base component operation that transforms input to output.
public delegate TOut Decorator<TIn, TOut>.Component(TIn input)
Parameters
inputTInThe input value.
Returns
- TOut
The computed result.
- Extension Methods