C# Class Orc.NuGetExplorer.PackageSourceFactory

Inheritance: IPackageSourceFactory
Afficher le fichier Open project: WildGums/Orc.NuGetExplorer

Méthodes publiques

Méthode Description
CreatePackageSource ( string source, string name, bool isEnabled, bool isOfficial ) : IPackageSource

Method Details

CreatePackageSource() public méthode

public CreatePackageSource ( string source, string name, bool isEnabled, bool isOfficial ) : IPackageSource
source string
name string
isEnabled bool
isOfficial bool
Résultat IPackageSource