Returns an object that can be used to synchronize the Set between 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 Object SyncRoot { get; }
Visual Basic
Public Overrides ReadOnly Property SyncRoot As Object
	Get
Visual C++
public:
virtual property Object^ SyncRoot {
	Object^ get () override;
}

Implements

ICollection..::..SyncRoot

See Also