BindingSource.CopyTo(Array, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Copies the contents of the List to the specified array, starting at the specified index value.
public:
virtual void CopyTo(Array ^ arr, int index);
public virtual void CopyTo (Array arr, int index);
abstract member CopyTo : Array * int -> unit
override this.CopyTo : Array * int -> unit
Public Overridable Sub CopyTo (arr As Array, index As Integer)
Parameters
- arr
- Array
The destination array.
- index
- Int32
The index in the destination array at which to start the copy operation.
Implements
Remarks
You can use this method to combine items from multiple sources into a single array.
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.