UsageWriterNameSeparator Property

Gets the separator used for argument names, command names, and aliases.

Definition

Namespace: Ookii.CommandLine
Assembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 3.1.1
C#
protected virtual string NameSeparator { get; }

Property Value

String
The string ", ".

See Also