Table of Contents

Delegate Proxy<TIn, TOut>.Subject

Namespace
PatternKit.Structural.Proxy
Assembly
PatternKit.Core.dll

Delegate representing the real subject operation.

public delegate TOut Proxy<TIn, TOut>.Subject(TIn input)

Parameters

input TIn

The input value.

Returns

TOut

The result from the subject.

Extension Methods