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)
private: property bool IsReadOnly { virtual bool get() sealed = ICollection<T>::IsReadOnly::get; }
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: