←Select platform

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#
C++/CLI
Python
public void CopyTo( 
   IMasterFormsCategory[] array, 
   int arrayIndex 
) 
public: 
void CopyTo(  
   array<IMasterFormsCategory^>^ array, 
   int arrayIndex 
)  
def CopyTo(self,] array,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 22.0.2023.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Auto Assembly

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