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

IAspectReceiver<TDeclaration>.Where Method

Where(Func<TDeclaration, Boolean>)

Filters the set of declarations included in the current set.

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