Command.AddArgument(Argument) Method

Definition

Adds an Argument to the command.

public:
 void AddArgument(System::CommandLine::Argument ^ argument);
public void AddArgument (System.CommandLine.Argument argument);
member this.AddArgument : System.CommandLine.Argument -> unit
Public Sub AddArgument (argument As Argument)

Parameters

argument
Argument

The argument to add to the command.

Applies to