Interface IFileSystemProvider
Represents a file system provider.
Namespace: Evergine.Common.IO
Assembly: Evergine.Common.dll
Syntax
public interface IFileSystemProvider
Properties
FileSystem
Gets the file system.
Declaration
IFileSystem FileSystem { get; }
Property Value
Type | Description |
---|---|
IFileSystem |