Summary
Limits symbols in the initial result set to those that are public (and optionally protected)
- Assembly
- Wyam
.CodeAnalysis .dll - Namespace
- Wyam
.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. |
