ImmutableSortedDictionary<TKey,TValue>.ICollection.SyncRoot Propiedad
Definición
Obtiene un objeto que se puede usar para sincronizar el acceso a ICollection.Gets an object that can be used to synchronize access to the ICollection.
property System::Object ^ System::Collections::ICollection::SyncRoot { System::Object ^ get(); };
object System.Collections.ICollection.SyncRoot { get; }
ReadOnly Property SyncRoot As Object Implements ICollection.SyncRoot
Valor de propiedad
Objeto que se puede usar para sincronizar el acceso a ICollection.An object that can be used to synchronize access to the ICollection.