Table of Contents

Delegate ActionDecorator<TIn>.AroundTransform

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

Delegate for wrapping the entire execution with custom logic.

public delegate void ActionDecorator<TIn>.AroundTransform(TIn input, ActionDecorator<TIn>.Component next)

Parameters

input TIn
Delegate for wrapping the entire execution with custom logic.
next ActionDecorator<TIn>.Component
Delegate for wrapping the entire execution with custom logic.