SynchronizedCollection<T>.SyncRoot Propriété

Définition

Obtient l’objet utilisé pour synchroniser l’accès à la collection thread-safe.

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

Valeur de propriété

Objet utilisé pour synchroniser l'accès à la collection thread-safe.

S’applique à