FluentFs.Core.File.File C# (CSharp) Метод

File() приватный Метод

private File ( IFileSystemWrapper fileSystemWrapper, string path ) : FluentFs.Support
fileSystemWrapper IFileSystemWrapper
path string
Результат FluentFs.Support
        internal File(IFileSystemWrapper fileSystemWrapper, string path)
        {
            _fileSystemWrapper = fileSystemWrapper;
            Path = path;
        }

Same methods

File::File ( string path ) : FluentFs.Support