UnknownArgumentEventArgsIgnore Property

Gets or sets a value that indicates whether the unknown argument will be ignored.

Definition

Namespace: Ookii.CommandLine
Assembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 4.2.0+a4d3631e4dcc0970081ed435288efdebc1325f83
C#
public bool Ignore { get; set; }

Property Value

Boolean
to ignore the unknown argument and continue parsing with the remaining arguments; for the default behavior where parsing fails. The default value is

Remarks

This property is not used if the CancelParsing property is set to a value other than CancelModeNone.

See Also