DoubleCollection::CopyTo Method (array<Double>^, Int32)
.NET Framework (current version)
Copies the items of this DoubleCollection, starting with the specified index, into an array of Double values.
Assembly: PresentationCore (in PresentationCore.dll)
Parameters
- array
-
Type:
array<System::Double>^
The array that is the destination of the items copied from this DoubleCollection.
- index
-
Type:
System::Int32
The index at which to begin copying.
Implements
ICollection<T>::CopyTo(array<T>^, Int32)| Exception | Condition |
|---|---|
| ArgumentNullException | array is null. |
| ArgumentOutOfRangeException | index is less than zero. |
| ArgumentException | array is multidimensional. -or- The number of items in the source DoubleCollection is greater than the available space from index to the end of the destination array. |
.NET Framework
Available since 3.0
Available since 3.0
Show: