SynchronizedReadOnlyCollection<T>::ICollection::IsSynchronized Property
.NET Framework (current version)
This property always returns true because the collection is thread safe.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
private: property bool IsSynchronized { virtual bool get() sealed = ICollection::IsSynchronized::get; }
Property Value
Type: System::BooleanReturns Boolean.
This property always returns true because the collection is thread safe.
Implements
ICollection::IsSynchronized
.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: