Summary
Filters the source code files based on extension.
- Assembly
- Wyam
.CodeAnalysis .dll - Namespace
- Wyam
.CodeAnalysis - Containing Type
- ReadWorkspace
Syntax
public ReadWorkspace WithExtensions(params string[] extensions)
Parameters
| Name | Type | Description |
|---|---|---|
| extensions | string[] | The extensions to include (if defined, any extensions not listed will be excluded). |
Return Value
| Type | Description |
|---|---|
| ReadWorkspace | The current module instance. |
