CompositeDirectoryContents(IList<IFileProvider>, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new instance of CompositeDirectoryContents to represents the result of a call composition of GetDirectoryContents(String).
public:
CompositeDirectoryContents(System::Collections::Generic::IList<Microsoft::Extensions::FileProviders::IFileProvider ^> ^ fileProviders, System::String ^ subpath);
public CompositeDirectoryContents (System.Collections.Generic.IList<Microsoft.Extensions.FileProviders.IFileProvider> fileProviders, string subpath);
new Microsoft.Extensions.FileProviders.Composite.CompositeDirectoryContents : System.Collections.Generic.IList<Microsoft.Extensions.FileProviders.IFileProvider> * string -> Microsoft.Extensions.FileProviders.Composite.CompositeDirectoryContents
Public Sub New (fileProviders As IList(Of IFileProvider), subpath As String)
Parameters
- fileProviders
- IList<IFileProvider>
The list of IFileProvider for which the results have to be composed.
- subpath
- String
The path.
Applies to
Bekerjasama dengan kami di GitHub
Sumber untuk kandungan ini boleh didapati di GitHub, di mana anda juga boleh mencipta dan menyemak isu dan menarik permintaan. Untuk maklumat lanjut, lihat panduan penyumbang kami.