Returns an object that can be used to synchronize use of the Set across threads.

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

Syntax

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

Implements

ICollection..::..IsSynchronized

See Also