Click or drag to resize
DigitalRuneDequeTICollectionSyncRoot Property
Gets an object that can be used to synchronize access to the ICollection.

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

Property Value

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

Implements

ICollectionSyncRoot
See Also