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

파라미터

selectorPredicatePredicate that must return true for selected elements.

반환

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

설명

Selects all elements satifying the predicate.