WhereNamespaces(Func<string, bool>) Method
Limits symbols in the initial result set to those in the namespaces that satisfy the specified predicate.
Namespace
Statiq.CodeAnalysis
Containing Type
AnalyzeCSharp

Syntax

public AnalyzeCSharp WhereNamespaces(Func<string, bool> predicate)

Parameters

Name Type Description
predicate Func<string, bool> A predicate that returns true if symbols in the namespace should be included.

Return Value

Type Description
AnalyzeCSharp The current module instance.