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.1.0+9df03b6173b5fc9d44dc39638758964dd7a0f4c7
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 ", ".