Table of Contents

Delegate ActionDecorator<TIn>.AfterAction

Namespace
PatternKit.Structural.Decorator
Assembly
PatternKit.Core.dll

Delegate for executing logic after the next layer completes.

public delegate void ActionDecorator<TIn>.AfterAction(TIn input)

Parameters

input TIn
Delegate for executing logic after the next layer completes.