Delegate FilterChoices<T>
public delegate IEntityQuery<T> FilterChoices<T>(IEntityQuery<T> choices, string? input)
Parameters
choicesIEntityQuery<T>inputstring
Returns
- IEntityQuery<T>
Type Parameters
T
public delegate IEntityQuery<T> FilterChoices<T>(IEntityQuery<T> choices, string? input)
choices IEntityQuery<T>input stringT