This documentation is archived and is not being maintained.
ReadOnlyDictionary<TKey, TValue>::ICollection::SyncRoot Property
Visual Studio 2013
Returns the root synchronization object for the dictionary, if one occurs.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
private: virtual property Object^ SyncRoot { Object^ get () sealed = ICollection::SyncRoot::get; }
Property Value
Type: System::ObjectThe root synchronization object for the dictionary; null if no synchronization object occurs.
Implements
ICollection::SyncRoot- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Show: