DuplicateArgumentEventArgs Constructor
Namespace: Ookii.CommandLineAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 5.0.0+724ca9b7fa5edc075ec2ae65044e61b0d494fd1c
public DuplicateArgumentEventArgs(
	CommandLineArgument argument,
	ReadOnlyMemory<char>? newValue
)
Public Sub New ( 
	argument As CommandLineArgument,
	newValue As ReadOnlyMemory(Of Char)?
)
Dim argument As CommandLineArgument
Dim newValue As ReadOnlyMemory(Of Char)?
Dim instance As New DuplicateArgumentEventArgs(argument, 
	newValue)
public:
DuplicateArgumentEventArgs(
	CommandLineArgument^ argument, 
	Nullable<ReadOnlyMemory<wchar_t>> newValue
)
Parameters
- argument  CommandLineArgument
 - The argument that was specified more than once.
 - newValue  NullableReadOnlyMemoryChar
 - 
            The raw new value of the argument, or  if no value was given.