CommandLineArgumentKeyValueSeparator Property

Gets the separator for key/value pairs if this argument is a dictionary argument.

Definition

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

Property Value

String
The custom value specified using the KeyValueSeparatorAttribute attribute, or DefaultSeparator if no attribute was present, or if this is not a dictionary argument.

Remarks

This property is only meaningful if the Kind property is Dictionary.

See Also