| WeakCollectionTICollectionIsSynchronized Property |
Gets a value indicating whether access to the
ICollection is synchronized
(thread safe).
Namespace: DigitalRune.CollectionsAssembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax bool ICollection.IsSynchronized { get; }
Private ReadOnly Property IsSynchronized As Boolean
Implements ICollection.IsSynchronized
Get
private:
virtual property bool IsSynchronized {
bool get () sealed = ICollection::IsSynchronized::get;
}
private abstract IsSynchronized : bool with get
private override IsSynchronized : bool with get
Property Value
Type:
Boolean if access to the
ICollection is synchronized (thread
safe); otherwise,
.
Implements
ICollectionIsSynchronizedSee Also