Version: 2020.3
언어: 한국어
public UQueryBuilder<T> Where (Func<T,bool> selectorPredicate);

파라미터

selectorPredicate Predicate that must return true for selected elements.

반환

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

설명

Selects all elements satifying the predicate.