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.0.0+bb7ed9a8fdfd1cb21824750a8cf508863ad15086
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 ", ".