Metalama//API Documentation/Aspect API/Metalama.​Framework.​Aspects/IAspect­Receiver<TDeclaration>/Where
Open sandboxFocus

Method Where

Where(Func<TDeclaration, Boolean>)

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