PVCSCommandArgumentCollection.

Add(string) Method

Summary

Adds a new command argument to this collection with the specified information.

Syntax

public void Add(string command)

Parameters

Name Type Description
command string The command string for the new command.

Return Value

Type Description
void