Summary
Controls which symbols are processed as part of the initial result set.
- Assembly
- Wyam
.CodeAnalysis .dll - Namespace
- Wyam
.CodeAnalysis - Containing Type
- AnalyzeCSharp
Syntax
public AnalyzeCSharp WhereSymbol(Func<ISymbol, bool> predicate)
Parameters
Name | Type | Description |
---|---|---|
predicate | Func |
A predicate that returns true if the symbol should be included in the initial result set. |
Return Value
Type | Description |
---|---|
AnalyzeCSharp | The current module instance. |