FluentFs.Core.Directory.Directory C# (CSharp) 메소드

Directory() 개인적인 메소드

private Directory ( IFileSystemWrapper fileSystemWrapper, IFileSetFactory fileSetFactory, string path ) : System.IO
fileSystemWrapper IFileSystemWrapper
fileSetFactory IFileSetFactory
path string
리턴 System.IO
        internal Directory(IFileSystemWrapper fileSystemWrapper, IFileSetFactory fileSetFactory, string path)
        {
            _fileSystemWrapper = fileSystemWrapper;
            _fileSetFactory = fileSetFactory;
            _path = path;
        }

Same methods

Directory::Directory ( string path ) : System.IO