C# Class PsGet.Services.NullSourceStore

Inheritance: IPackageSourceStore
Datei anzeigen Open project: anurse/PS-Get

Public Methods

Method Description
AddSource ( NuGet source ) : void
RemoveSource ( string name ) : void
Save ( ) : void

Method Details

AddSource() public method

public AddSource ( NuGet source ) : void
source NuGet
return void

RemoveSource() public method

public RemoveSource ( string name ) : void
name string
return void

Save() public method

public Save ( ) : void
return void