TestFileSystem.

InputPaths Property

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<DirectoryPath> The input paths.
GitHub