None of the objects based on DictionarySet are synchronized. Use the SyncRoot property instead.

Namespace: Iesi.Collections.Generic
Assembly: Iesi.Collections (in Iesi.Collections.dll) Version: 1.0.1.0 (3.2.0.4000)

Syntax

C#
public override bool IsSynchronized { get; }
Visual Basic
Public Overrides ReadOnly Property IsSynchronized As Boolean
	Get
Visual C++
public:
virtual property bool IsSynchronized {
	bool get () override;
}

Implements

ICollection..::..IsSynchronized

See Also