SynchronizedReadOnlyCollection(Of T).ICollection.IsSynchronized Property

 

This property always returns true because the collection is thread safe.

Namespace:   System.Collections.Generic
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

Private ReadOnly Property IsSynchronized As Boolean Implements ICollection.IsSynchronized

Property Value

Type: System.Boolean

Returns Boolean.

This property always returns true because the collection is thread safe.

.NET Framework
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Return to top
Show: