SynchronizedReadOnlyCollection(Of T).ICollection.SyncRoot Property
.NET Framework (current version)
Gets the object used to synchronize access to the thread-safe, read-only collection.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Property Value
Type: System.ObjectReturns Object.
The object used to synchronize access to the thread-safe, read-only collection.
Implements
ICollection.SyncRootThe value of this syncRoot object can be set when creating the thread-safe collection using the SynchronizedReadOnlyCollection(Of T)(Object) constructor.
.NET Framework
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show: