System.Windows.Forms.BindingSource.CopyTo Method

Copies the contents of the BindingSource.List to the specified array, starting at the specified index value.

Syntax

public virtual void CopyTo (Array arr, int index)

Parameters

arr
The destination array.
index
The index in the destination array at which to start the copy operation.

Remarks

You can use this method to combine items from multiple sources into a single array.

Requirements

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