UsageWriterNameSeparator Property
Gets the separator used between multiple consecutive argument names, command names, and
aliases in the usage help.
Namespace: Ookii.CommandLineAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 4.2.0+a4d3631e4dcc0970081ed435288efdebc1325f83
protected virtual string NameSeparator { get; }
Protected Overridable ReadOnly Property NameSeparator As String
Get
Dim value As String
value = Me.NameSeparator
protected:
virtual property String^ NameSeparator {
String^ get ();
}
Property Value
String
The string ", ".