DuplicateArgumentEventArgs Constructor

Initializes a new instance of the DuplicateArgumentEventArgs class.

Definition

Namespace: Ookii.CommandLine
Assembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 3.0.0
C#
public DuplicateArgumentEventArgs(
	CommandLineArgument argument,
	string? newValue
)

Parameters

argument  CommandLineArgument
The argument that was specified more than once.
newValue  String
The new value of the argument.

Exceptions

See Also