NumericUpDownAccelerationCollection::CopyTo Method (array<NumericUpDownAcceleration^>^, Int32)

 

Copies the NumericUpDownAccelerationCollection values to a one-dimensional NumericUpDownAcceleration instance at the specified index.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
virtual void CopyTo(
	array<NumericUpDownAcceleration^>^ array,
	int index
) sealed

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.

.NET Framework
Available since 2.0
Return to top
Show: