ReadOnlyCollectionBuilder<T>::IList::IsReadOnly Property

 

Gets a value indicating whether the IList is read-only.

Namespace:   System.Runtime.CompilerServices
Assembly:  System.Core (in System.Core.dll)

private:
property bool IsReadOnly {
	virtual bool get() sealed = IList::IsReadOnly::get;
}

Property Value

Type: System::Boolean

true if the IList is read-only; otherwise, false.

.NET Framework
Available since 4.0
Silverlight
Available since 4.0
Return to top
Show: