Version: 2017.3
Experimental: this API is experimental and might be changed or removed in the future.

UQuery.QueryBuilder<T0>.Where

マニュアルに切り替える
public QueryBuilder<T> Where (Func<T,bool> selectorPredicate);

パラメーター

selectorPredicate Predicate that must return true for selected elements.

戻り値

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

説明

Selects all elements satifying the predicate.