| DequeTICollectionSyncRoot Property |
Gets an object that can be used to synchronize access to the
ICollection.
Namespace: DigitalRune.CollectionsAssembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax Object 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
Property Value
Type:
Object
An object that can be used to synchronize access to the
ICollection.
Implements
ICollectionSyncRootSee Also