ApplyFilter(Predicate<Project>)
Filters the Projects collection with a given predicate. This allows to filter the output of methods such as GetInboundReferences(IDeclaration, IntrospectionChildKinds, CancellationToken) or GetDerivedTypes(INamedType, bool) to the filtered subset.
Declaration
public void ApplyFilter(Predicate<Project> filter)
Parameters
Type | Name | Description |
---|---|---|
Predicate<Project> | filter |