NumericUpDownAccelerationCollection::CopyTo Method (array<NumericUpDownAcceleration^>^, Int32)
.NET Framework (current version)
Copies the NumericUpDownAccelerationCollection values to a one-dimensional NumericUpDownAcceleration instance at the specified index.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- array
-
Type:
array<System.Windows.Forms::NumericUpDownAcceleration^>^
The one-dimensional NumericUpDownAcceleration that is the destination of the values copied from NumericUpDownAccelerationCollection.
- index
-
Type:
System::Int32
The index in array where copying begins.
Implements
ICollection<T>::CopyTo(array<T>^, Int32)
.NET Framework
Available since 2.0
Available since 2.0
Show: