| SynchronizedNotifyingCollectionT Constructor (Boolean, Boolean) |
Namespace: DigitalRune.CollectionsAssembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax public SynchronizedNotifyingCollection(
bool allowNull,
bool allowDuplicates
)
Public Sub New (
allowNull As Boolean,
allowDuplicates As Boolean
)
public:
SynchronizedNotifyingCollection(
bool allowNull,
bool allowDuplicates
)
new :
allowNull : bool *
allowDuplicates : bool -> SynchronizedNotifyingCollection
Parameters
- allowNull
- Type: SystemBoolean
If set to null items are allowed.
- allowDuplicates
- Type: SystemBoolean
If set to duplicate items are allowed.
See Also