MetalamaAPI documentationAspect APIMetalama.​Framework.​AspectsIAspect­Receiver<TDeclaration>Where
Open sandboxFocus

IAspectReceiver<TDeclaration>.Where Method

Where(Func<TDeclaration, bool>)

Filters the set of declarations based on a predicate.

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