AliaSQL.Core.FileSystem.FileSystem C# (CSharp) Method

FileSystem() public method

public FileSystem ( ) : System
return System
        public FileSystem()
            : this(new FileStreamFactory())
        {
        }

Same methods

FileSystem::FileSystem ( IFileStreamFactory streamFactory ) : System