UnknownArgumentEventArgsValue Property
Gets the value of the unknown argument.
Namespace: Ookii.CommandLineAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 4.1.0+9df03b6173b5fc9d44dc39638758964dd7a0f4c7
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.