DoubleCollection::ICollection<Double>::IsReadOnly Property

 

This API supports the product infrastructure and is not intended to be used directly from your code.

For a description of this member, see ICollection<T>::IsReadOnly.

Namespace:   System.Windows.Media
Assembly:  PresentationCore (in PresentationCore.dll)

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

Property Value

Type: System::Boolean

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

This member is an explicit interface member implementation. It can be used only when the DoubleCollection instance is cast to an ICollection<T> interface.

.NET Framework
Available since 3.0
Return to top
Show: