Summary
Limits symbols in the initial result set to those in the namespaces that satisfy the specified predicate.
- Assembly
- Wyam
.CodeAnalysis .dll - Namespace
- Wyam
.CodeAnalysis - Containing Type
- AnalyzeCSharp
Syntax
public AnalyzeCSharp WhereNamespaces(Func<string, bool> predicate)
Parameters
Name | Type | Description |
---|---|---|
predicate | Func |
A predicate that returns true if symbols in the namespace should be included. |
Return Value
Type | Description |
---|---|
AnalyzeCSharp | The current module instance. |