SynchronizedCollection<T>::ICollection<T>::IsReadOnly Property

 

Gets a value that indicates whether the collection is read only.

Namespace:   System.Collections.Generic
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

private:
property bool IsReadOnly {
	virtual bool get() sealed = ICollection<T>::IsReadOnly::get;
}

Property Value

Type: System::Boolean

false

This property always returns false because the collection can be added to and so is not read only.

.NET Framework
Available since 3.0
Return to top
Show: