CopyTo Method

Summary

Copies all the elements of the collection to the specified one-dimensional array starting at the specified destination array index.

Syntax
C#
VB
C++
public void CopyTo( 
   IMasterForm[] array, 
   int arrayIndex 
) 
  
Public Sub CopyTo( _ 
   ByVal array() As IMasterForm, _ 
   ByVal arrayIndex As Integer _ 
)  
public: 
void CopyTo(  
   array<IMasterForm^>^ array, 
   int arrayIndex 
)  

Parameters

array
The one-dimensional array that is the destination of the elements copied from the current collection.

arrayIndex
The index at which copying begins.

Requirements

Target Platforms

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

Leadtools.Forms.Auto Assembly