Click or drag to resize

CommandLineArgumentAllowsDuplicateDictionaryKeys Property

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

Namespace:  Ookii.CommandLine
Assembly:  Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 2.3.0
Syntax
public bool AllowsDuplicateDictionaryKeys { get; }

Property Value

Type: Boolean
if this argument allows duplicate keys; otherwise, .
Remarks

This property is only meaningful if the IsDictionary property is .

See Also