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
Syntaxpublic bool AllowsDuplicateDictionaryKeys { get; }
Public ReadOnly Property AllowsDuplicateDictionaryKeys As Boolean
Get
Dim instance As CommandLineArgument
Dim value As Boolean
value = instance.AllowsDuplicateDictionaryKeys
public:
property bool AllowsDuplicateDictionaryKeys {
bool 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