Click or drag to resize

CommandLineParserDefaultArgumentNamePrefixes Property

Gets the default argument name prefixes for the current platform.

Namespace:  Ookii.CommandLine
Assembly:  Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 2.3.0
Syntax
public static IEnumerable<string> DefaultArgumentNamePrefixes { get; }

Property Value

Type: IEnumerableString
A forward slash (/) and a dash (-) for Windows, or a dash (-) for all other platforms platforms.
See Also