Foley .NET Utilities Class Library

HashSet.SyncRoot Property

Gets an Object that can be used to synchronize access to the HashSet.

[Visual Basic]
Overrides Public ReadOnly Property SyncRoot As Object Implements _
   ICollection.SyncRoot
[C#]
public object SyncRoot {override get;}

Property Value

An Object that can be used to synchronize access to the HashSet.

Implements

ICollection.SyncRoot

See Also

HashSet Class | HashSet Members | Foley.Utilities.Collections Namespace