DoubleCollection::Remove Method (Double)

 

Removes the first occurrence of the specified Double from this DoubleCollection.

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

public:
virtual bool Remove(
	double value
) sealed

Parameters

value
Type: System::Double

The item to remove from this collection.

Return Value

Type: System::Boolean

true if value was removed from the DoubleCollection; otherwise, false.

Exception Condition
NotSupportedException

The DoubleCollection is read-only.

- or -

The DoubleCollection has a fixed size.

.NET Framework
Available since 3.0
Return to top
Show: