ReadOnlyCollectionBuilder<T>::ICollection<T>::IsReadOnly Property
.NET Framework (current version)
Gets a value indicating whether the ICollection<T> is read-only.
Assembly: System.Core (in System.Core.dll)
private: property bool IsReadOnly { virtual bool get() sealed = ICollection<T>::IsReadOnly::get; }
Implements
ICollection<T>::IsReadOnlyA collection that is read-only does not allow the addition, removal, or modification of elements after the collection is created.
.NET Framework
Available since 4.0
Silverlight
Available since 4.0
Available since 4.0
Silverlight
Available since 4.0
Show: