WhereSymbol(Func<ISymbol, bool>) Method
Controls which symbols are processed as part of the initial result set.
Namespace
Statiq.CodeAnalysis
Containing Type
AnalyzeCSharp

Syntax

public AnalyzeCSharp WhereSymbol(Func<ISymbol, bool> predicate)

Parameters

Name Type Description
predicate Func<ISymbol, bool> 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.