WherePublic(bool) Method
Limits symbols in the initial result set to those that are public (and optionally protected).
Namespace
Statiq.CodeAnalysis
Containing Type
AnalyzeCSharp

Syntax

public AnalyzeCSharp WherePublic(bool includeProtected = true)

Parameters

Name Type Description
includeProtected bool If set to true, protected symbols are also included.

Return Value

Type Description
AnalyzeCSharp The current module instance.