Click or drag to resize
DigitalRunePriorityQueueTICollectionSyncRoot Property

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

Return Value

Type: Object
An object that can be used to synchronize access to the PriorityQueueT.

Implements

ICollectionSyncRoot
See Also