CommandArgCollection(String) Constructor

Create a new instance of the CommandArgCollection item.

Definition

Namespace: StyleAgnosticCommandArgs
Assembly: StyleAgnosticCommandArgs (in StyleAgnosticCommandArgs.dll) Version: 26.2118.4210
C#
public CommandArgCollection(
	string[] args
)

Parameters

args  String
Reference to an array of command-line arguments to read.

See Also