SynchronizedCollection<T>.ICollection.SyncRoot Propriedade

Definição

Obtém o objeto usado para sincronizar o acesso à coleção thread-safe.

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

Valor da propriedade

Um objeto usado para sincronizar o acesso à coleção thread-safe.

Implementações

Comentários

O valor desse syncRoot objeto pode ser definido ao criar a coleção thread-safe usando o SynchronizedCollection<T>(Object) construtor .

Aplica-se a