The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ImmutableDictionary<TKey, TValue>::ICollection::SyncRoot Property
Gets an object that can be used to synchronize access to the ICollection.
Assembly: System.Collections.Immutable (in System.Collections.Immutable.dll)
private: [DebuggerBrowsableAttribute(DebuggerBrowsableState::Never)] property Object^ SyncRoot { virtual Object^ get() sealed = ICollection::SyncRoot::get; }
Property Value
Type: System::Object^An object that can be used to synchronize access to the ICollection.
Implements
ICollection::SyncRoot
Show: