SynchronizedCollection<T>.ICollection.SyncRoot Property

Definition

Gets the object used to synchronize access to the thread-safe collection.

property System::Object ^ System::Collections::ICollection::SyncRoot { System::Object ^ get(); };
object System.Collections.ICollection.SyncRoot { get; }
member this.System.Collections.ICollection.SyncRoot : obj
 ReadOnly Property SyncRoot As Object Implements ICollection.SyncRoot

Property Value

An object used to synchronize access to the thread-safe collection.

Implements

Remarks

The value of this syncRoot object can be set when creating the thread-safe collection using the SynchronizedCollection<T>(Object) constructor.

Applies to