TestFileSystem.

FileProviders Property

Summary

Gets the file providers.
Assembly
Wyam.Testing.dll
Namespace
Wyam.Testing.IO
Containing Type
TestFileSystem

Syntax

public IFileProviderCollection FileProviders { get; }

Value

Type Description
IFileProviderCollection The file providers.
GitHub