ConcurrentDictionary<TKey,TValue>.ICollection.SyncRoot Propriété

Définition

Obtient un objet qui peut être utilisé pour synchroniser l’accès à ICollection. Cette propriété n'est pas prise en charge.

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

Valeur de propriété

Object

Retourne systématiquement une valeur Null.

Implémente

Exceptions

Cette propriété n'est pas prise en charge.

Remarques

Ce membre est une implémentation d'un membre d'interface explicite. Il peut uniquement être utilisé lorsque l'instance de ConcurrentDictionary<TKey,TValue> est castée en interface ICollection.

S’applique à

Voir aussi