Click or drag to resize
DigitalRunePriorityQueueTICollectionIsSynchronized Property
Gets a value indicating whether access to the ICollection is synchronized (thread safe).

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

Return Value

Type: Boolean
if access to the ICollection is synchronized (thread safe); otherwise, .

Implements

ICollectionIsSynchronized
See Also