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