Delegate InterruptiblePredicate<T>
- Namespace
- CarinaStudio
- Assembly
- CarinaStudio.AppBase.Core.dll
Function to check whether the value meets the condition or not.
public delegate bool InterruptiblePredicate<in T>(T value, ref bool interrupt)
Parameters
value
TValue to check.
interrupt
boolSet to true if the related process should be interrupted.
Returns
- bool
True if the value meets the condition.
Type Parameters
T
Type of value.
- Extension Methods