SynchronizedReadOnlyCollection<T>::IList::IsReadOnly Property

 

This property always returns true because the collection is read-only.

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

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

Property Value

Type: System::Boolean

Returns Boolean.

This property always returns true because the collection is read-only.

.NET Framework
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Return to top
Show: