Table of Contents

Delegate FilterChoices<T>

Namespace
The.WPF.Fields
Assembly
Instagile.WPF.dll
public delegate IEntityQuery<T> FilterChoices<T>(IEntityQuery<T> choices, string? input)

Parameters

choices IEntityQuery<T>
input string

Returns

IEntityQuery<T>

Type Parameters

T