Click or drag to resize
DigitalRuneNotifyingCollectionTAllowDuplicates Property
Gets or sets a value indicating whether duplicate items are allowed in the collection.

Namespace: DigitalRune.Collections
Assembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax
public bool AllowDuplicates { get; }

Property Value

Type: Boolean
if duplicate items are allowed; otherwise, . The default value is .
See Also