Foley .NET Utilities Class Library | |
LinkedSet.SyncRoot Property
Gets an Object that can be used to synchronize access to the LinkedSet.
[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 LinkedSet.
Implements
ICollection.SyncRoot
See Also
LinkedSet Class | LinkedSet Members | Foley.Utilities.Collections Namespace