public UQueryBuilder<T> Where(Func<T,bool> selectorPredicate);

Parameters

selectorPredicatePredicate that must return true for selected elements.

Returns

UQueryBuilder<T> QueryBuilder configured with the associated selection rules.

Description 描述

Selects all elements satifying the predicate.