DoubleCollection Constructor (IEnumerable<Double>^)
.NET Framework (current version)
Initializes a new instance of the DoubleCollection class with the specified collection of Double values.
Assembly: PresentationCore (in PresentationCore.dll)
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
Available since 3.0
Show: