CommandLineArgumentMultiValueSeparator Property

Gets the separator for the values if this argument is a multi-value argument

Definition

Namespace: Ookii.CommandLine
Assembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 3.1.1
C#
public string? MultiValueSeparator { get; }

Property Value

String
The separator for multi-value arguments, or if no separator is used.

Remarks

If the IsMultiValue property is , this property is always .

See Also