UnknownArgumentEventArgsValue Property
Gets the value of the unknown argument.
Namespace: Ookii.CommandLineAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 4.2.0+a4d3631e4dcc0970081ed435288efdebc1325f83
public ReadOnlyMemory<char> Value { get; }
Public ReadOnly Property Value As ReadOnlyMemory(Of Char)
Get
Dim instance As UnknownArgumentEventArgs
Dim value As ReadOnlyMemory(Of Char)
value = instance.Value
public:
property ReadOnlyMemory<wchar_t> Value {
ReadOnlyMemory<wchar_t> get ();
}
Property Value
ReadOnlyMemoryChar
The argument value, or an empty span if this was a named argument that did not contain a
value using a non-whitespace separator.