CopyTo Method

Summary
Copies the entire collection to a compatible one-dimensional array, starting at the specified index of the target array.
Syntax
C#
VB
C++
public void CopyTo( 
   Array dest, 
   int index 
) 
  
Public Sub CopyTo( _ 
   ByVal dest As Array, _ 
   ByVal index As Integer _ 
)  
public: 
void CopyTo(  
   Array^ dest, 
   int index 
)  

Parameters

dest
The one-dimensional Array that is the destination of the elements copied from this collection. The Array must have zero-based indexing.

index
The zero-based index in array at which copying begins.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.