Version: 2019.4
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.