BaseCollection.SyncRoot Proprietà

Definizione

Ottiene un oggetto che può essere usato per sincronizzare l'accesso a BaseCollection.

public:
 property System::Object ^ SyncRoot { System::Object ^ get(); };
[System.ComponentModel.Browsable(false)]
public object SyncRoot { get; }
[<System.ComponentModel.Browsable(false)>]
member this.SyncRoot : obj
Public ReadOnly Property SyncRoot As Object

Valore della proprietà

Oggetto che può essere utilizzato per sincronizzare l'accesso a BaseCollection.

Implementazioni

Attributi

Commenti

Se, come accade con BaseCollection, la proprietà restituisce false, la IsSynchronizedSyncRoot proprietà restituisce un oggetto che può essere usato con la parola chiave C#lock.

Si applica a