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.