C# Class NuGet.Commands.DeleteCommand

Inheritance: Command
Show file Open project: xero-github/Nuget Class Usage Examples

Private Properties

Property Type Description
DeleteCommand System
GetApiKey string

Public Methods

Method Description
ExecuteCommand ( ) : void

Private Methods

Method Description
DeleteCommand ( IPackageSourceProvider packageSourceProvider, ISettings settings ) : System
GetApiKey ( string source ) : string

Method Details

ExecuteCommand() public method

public ExecuteCommand ( ) : void
return void