CommandLineArgumentAllowsDuplicateDictionaryKeys Property

Gets a value indicating whether this argument, if it is a dictionary argument, allows duplicate keys.

Definition

Namespace: Ookii.CommandLine
Assembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 3.1.1
C#
public bool AllowsDuplicateDictionaryKeys { get; }

Property Value

Boolean
if this argument allows duplicate keys; otherwise, .

Remarks

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

See Also