CommandLineParserDefaultLongArgumentNamePrefix Field

Gets the default prefix used for long argument names if Mode is LongShort.

Definition

Namespace: Ookii.CommandLine
Assembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 3.0.0
C#
public const string DefaultLongArgumentNamePrefix = "--"

Field Value

String
The default long argument name prefix, which is '--'.

Remarks

This constant is used as the default value of the LongArgumentNamePrefix property.

See Also