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: 5.0.0+724ca9b7fa5edc075ec2ae65044e61b0d494fd1c
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