This documentation is archived and is not being maintained.

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

Returns true if the dictionary is synchronized.

Namespace:  Microsoft.TeamFoundation.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

private:
virtual property bool IsSynchronized {
	bool get () sealed = ICollection::IsSynchronized::get;
}

Property Value

Type: System::Boolean
True if the dictionary is synchronized; otherwise, false.

Implements

ICollection::IsSynchronized

Show: