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
inputTInThe input value.
Returns
- TOut
The result from the subject.
- Extension Methods