public bool AllowsDuplicateDictionaryKeys { get; }Public ReadOnly Property AllowsDuplicateDictionaryKeys As Boolean
Get
Dim instance As CommandLineArgument
Dim value As Boolean
value = instance.AllowsDuplicateDictionaryKeyspublic:
property bool AllowsDuplicateDictionaryKeys {
bool get ();
}This property is only meaningful if the Kind property is Dictionary.