This documentation is archived and is not being maintained.

ReadOnlyDictionary<TKey, TValue>::ICollection::SyncRoot Property

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::Object
The root synchronization object for the dictionary; null if no synchronization object occurs.

Implements

ICollection::SyncRoot

Show: