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( 
   IMasterFormsCategory[] array, 
   int arrayIndex 
) 
  
Public Sub CopyTo( _ 
   ByVal array() As IMasterFormsCategory, _ 
   ByVal arrayIndex As Integer _ 
)  
public: 
void CopyTo(  
   array<IMasterFormsCategory^>^ 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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Auto Assembly

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