Returns an object that can be used to synchronize the Set between threads.
Namespace: Iesi.Collections.GenericAssembly: Iesi.Collections (in Iesi.Collections.dll) Version: 1.0.1.0 (3.2.0.4000)
Syntax
C# |
---|
public override sealed Object SyncRoot { get; } |
Visual Basic |
---|
Public Overrides NotOverridable ReadOnly Property SyncRoot As Object Get |
Visual C++ |
---|
public: virtual property Object^ SyncRoot { Object^ get () override sealed; } |