Open sandboxFocus

Method Where

Where(Func<TDeclaration, bool>)

Filters the set of declarations based on a predicate.

Declaration
IQuery<out TDeclaration> Where(Func<out TDeclaration, bool> predicate)
Parameters
Type Name Description
Func<TDeclaration, bool> predicate
Returns
Type Description
IQuery<TDeclaration>