Table of Contents

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

input TIn
Delegate representing the base component action.