Click or drag to resize
DigitalRuneNotifyingCollectionT Constructor (Boolean, Boolean)

Namespace: DigitalRune.Collections
Assembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax
public NotifyingCollection(
	bool allowNull,
	bool allowDuplicates
)

Parameters

allowNull
Type: SystemBoolean
If set to null items are allowed.
allowDuplicates
Type: SystemBoolean
If set to duplicate items are allowed.
See Also