Summary
Gets the input paths collection which can be used
to add or remove input paths.
- Assembly
- Wyam
.Testing .dll - Namespace
- Wyam
.Testing .IO - Containing Type
- TestFileSystem
Syntax
public PathCollection<DirectoryPath> InputPaths { get; set; }
Value
Type | Description |
---|---|
PathCollection |
The input paths. |