CmdArguments.Values property

Retrieves an ICollection of the command line parameters passed to the switches. This is generally useless without knowing the corresponding keys.

public ICollection<string> Values { get; }

See Also