CopyTo Method

Summary
Copies the entire collection to a compatible one-dimensional array, starting at the specified index of the target array.
Syntax
C#
C++/CLI
public void CopyTo( 
   Array dest, 
   int index 
) 
public:  
   void CopyTo( 
      Array^ dest, 
      Int32 index 
   ) 

Parameters

dest
The one-dimensional System.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 22.0.2023.2.7
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly

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