DuplicateArgumentEventArgsNewValue Property
Gets the new value that will be assigned to the argument.
Namespace: Ookii.CommandLineAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 5.0.0+724ca9b7fa5edc075ec2ae65044e61b0d494fd1c
public ReadOnlyMemory<char>? NewValue { get; }
Public ReadOnly Property NewValue As ReadOnlyMemory(Of Char)?
Get
Dim instance As DuplicateArgumentEventArgs
Dim value As ReadOnlyMemory(Of Char)?
value = instance.NewValue
public:
property Nullable<ReadOnlyMemory<wchar_t>> NewValue {
Nullable<ReadOnlyMemory<wchar_t>> get ();
}
Property Value
NullableReadOnlyMemoryChar
The raw string value provided on the command line, before conversion, or
if the argument is a switch argument that was provided without an explicit value.