Table of Contents

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

input TIn

The input value.

Returns

TOut

The computed result.

Extension Methods