CopyTo Method

Summary
Copies the entire List to a compatible one-dimensional array, starting at the specified index of the target array.
Syntax
C#
C++/CLI
Python
public void CopyTo( 
   DelegatedServer[] array, 
   int arrayIndex 
) 
public: 
void CopyTo(  
   array<DelegatedServer^>^ array, 
   int arrayIndex 
)  
def CopyTo(self,] array,arrayIndex): 

Parameters

array
The one-dimensional Array that is the destination of the DelegatedServer copied from collection.

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

Remarks

This method uses System.Array.Copy to copy the elements.

The elements are copied to the Array in the same order in which the enumerator iterates through the List.

Requirements

Target Platforms

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

Leadtools.Jpip.Server Assembly

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