Foley .NET Utilities Class Library

Collection2Base.SyncRoot Property

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

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

Property Value

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

Implements

ICollection.SyncRoot

See Also

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