  | PriorityQueueTICollectionSyncRoot Property  | 
            Gets an object that can be used to synchronize access to the 
PriorityQueueT.
            
 
Namespace: DigitalRune.CollectionsAssembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
SyntaxObject ICollection.SyncRoot { get; }Private ReadOnly Property SyncRoot As Object
	Implements ICollection.SyncRoot
	Get
private:
virtual property Object^ SyncRoot {
	Object^ get () sealed = ICollection::SyncRoot::get;
}private abstract SyncRoot : Object with get
private override SyncRoot : Object with get
Return Value
Type: 
Object
            An object that can be used to synchronize access to the 
PriorityQueueT.
            
Implements
ICollectionSyncRoot
See Also