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: 5.0.0+724ca9b7fa5edc075ec2ae65044e61b0d494fd1c
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 ", ".