C# Class NuGet.AdvancedPackagingTool.Command.Arguments

Mostrar archivo Open project: alexfalkowski/NuGet.AdvancedPackagingTool

Private Properties

Property Type Description

Public Methods

Method Description
Install ( ActionArguments args ) : void
Uninstall ( ActionArguments args ) : void

Method Details

Install() public static method

public static Install ( ActionArguments args ) : void
args ActionArguments
return void

Uninstall() public static method

public static Uninstall ( ActionArguments args ) : void
args ActionArguments
return void