SynchronizedCollection(Of T).IList.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
IList.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: