| SynchronizedNotifyingCollectionTAllowNull Property |
Gets or sets a value indicating whether items are allowed
in the collection.
Namespace: DigitalRune.CollectionsAssembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax public bool AllowNull { get; }
Public ReadOnly Property AllowNull As Boolean
Get
public:
property bool AllowNull {
bool get ();
}
member AllowNull : bool with get
Property Value
Type:
Boolean if
items are allowed; otherwise,
. The default value is
.
See Also