UnknownArgumentEventArgsValue Property

Gets the value of the unknown argument.

Definition

Namespace: Ookii.CommandLine
Assembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 4.2.0+a4d3631e4dcc0970081ed435288efdebc1325f83
C#
public ReadOnlyMemory<char> Value { 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.

See Also