C24.ReVersion.ProjectPathHelper.ProjectPathHelper C# (CSharp) Method

ProjectPathHelper() public method

public ProjectPathHelper ( IFileSystem fileSystem ) : System
fileSystem IFileSystem
return System
        public ProjectPathHelper(IFileSystem fileSystem)
        {
            if (fileSystem == null)
            {
                throw new ArgumentNullException("fileSystem");
            }

            this.fileSystem = fileSystem;
        }