DoubleCollection::Add Method (Double)

 

Adds a Double to the end of this DoubleCollection.

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

public:
virtual void Add(
	double value
) sealed

Parameters

value
Type: System::Double

The item to add to the end of this collection.

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: