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);

파라미터

selectorPredicatePredicate that must return true for selected elements.

반환

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

설명

Selects all elements satifying the predicate.