ListSortDescriptionCollection::IList::IsReadOnly Property

 

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

Namespace:   System.ComponentModel
Assembly:  System (in System.dll)

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

Property Value

Type: System::Boolean

true in all cases.

The ListSortDescriptionCollection is read-only once constructed. A collection that is read-only does not allow the addition, removal, or modification of elements after the collection is created.

.NET Framework
Available since 2.0
Return to top
Show: