Summary
Filters the project based on name.
- Assembly
- Wyam
.CodeAnalysis .dll - Namespace
- Wyam
.CodeAnalysis - Containing Type
- ReadWorkspace
Syntax
public ReadWorkspace WhereProject(Func<string, bool> predicate)
Parameters
Name | Type | Description |
---|---|---|
predicate | Func |
A predicate that should return true if the project should be included. |
Return Value
Type | Description |
---|---|
ReadWorkspace | The current module instance. |