NuGet.LocalPackageRepository.LocalPackageRepository C# (CSharp) Method

LocalPackageRepository() public method

public LocalPackageRepository ( IPackagePathResolver pathResolver, IFileSystem fileSystem ) : System
pathResolver IPackagePathResolver
fileSystem IFileSystem
return System
        public LocalPackageRepository(IPackagePathResolver pathResolver, IFileSystem fileSystem)
            : this(pathResolver, fileSystem, enableCaching: true)
        {
        }

Same methods

LocalPackageRepository::LocalPackageRepository ( IPackagePathResolver pathResolver, IFileSystem fileSystem, bool enableCaching ) : System
LocalPackageRepository::LocalPackageRepository ( string physicalPath ) : System
LocalPackageRepository::LocalPackageRepository ( string physicalPath, bool enableCaching ) : System