DoubleCollection Constructor (IEnumerable<Double>^)

 

Initializes a new instance of the DoubleCollection class with the specified collection of Double values.

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

public:
DoubleCollection(
	IEnumerable<double>^ collection
)

Parameters

collection
Type: System.Collections.Generic::IEnumerable<Double>^

The collection of Double values that make up the DoubleCollection.

Exception Condition
ArgumentNullException

collection is null.

.NET Framework
Available since 3.0
Return to top
Show: