Delegate Proxy<TIn, TOut>.AccessValidator
- Namespace
- PatternKit.Structural.Proxy
- Assembly
- PatternKit.Core.dll
Delegate for validating access before allowing the subject to execute.
public delegate bool Proxy<TIn, TOut>.AccessValidator(TIn input)
Parameters
inputTInThe input value to validate.
Returns
- Extension Methods