SynchronizedCollection<T>.ICollection<T>.IsReadOnly Property
.NET Framework (current version)
Gets a value that indicates whether the collection is read only.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Implements
ICollection<T>.IsReadOnlyThis property always returns false because the collection can be added to and so is not read only.
.NET Framework
Available since 3.0
Available since 3.0
Show: