Click or drag to resize

CommandLineParserArgumentNamePrefixes Property

Gets the argument name prefixes used by this instance.

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

Property Value

Type: ReadOnlyCollectionString
A list of argument name prefixes.
Remarks

The argument name prefixes are used to distinguish argument names from positional argument values in a command line.

See Also