Click or drag to resize

ParseOptionsArgumentNamePrefixes Property

Gets or sets the argument name prefixes to use when parsing the arguments.

Namespace:  Ookii.CommandLine
Assembly:  Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 2.4.0
Syntax
public IEnumerable<string>? ArgumentNamePrefixes { get; set; }

Property Value

Type: IEnumerableString
The named argument switches, or to indicate the default prefixes for the current platform must be used. The default value is .
See Also