Table of Contents

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

input TIn

The input value to validate.

Returns

bool

true if access is allowed; otherwise false.

Extension Methods