IReadOnlyFileSystem.

FileProviders Property

Summary

Gets the file providers.
Assembly
Wyam.Common.dll
Namespace
Wyam.Common.IO
Containing Type
IReadOnlyFileSystem

Syntax

IReadOnlyFileProviderCollection FileProviders { get; }

Value

Type Description
IReadOnlyFileProviderCollection The file providers.
GitHub