SynchronizedCollection<T>::ICollection::IsSynchronized Property
.NET Framework (current version)
Gets a value that indicates whether the collection is thread safe.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
private: property bool IsSynchronized { virtual bool get() sealed = ICollection::IsSynchronized::get; }
Implements
ICollection::IsSynchronizedThis property always returns true because the collection is thread safe.
.NET Framework
Available since 3.0
Available since 3.0
Show: