ImmutableDictionary<TKey,TValue>.Builder.ICollection.SyncRoot Eigenschaft
Definition
Ruft ein Objekt ab, mit dem der Zugriff auf ICollection synchronisiert werden kann.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
Eigenschaftswert
Ein Objekt, mit dem der Zugriff auf die ICollection synchronisiert werden kann.An object that can be used to synchronize access to the ICollection.