CopyTo Method

Summary

Copies the entire List to a compatible one-dimensional array, starting at the specified index of the target array.

Syntax
C#
VB
C++
public void CopyTo( 
   DelegatedServer[] array, 
   int arrayIndex 
) 
  
Public Sub CopyTo( _ 
   ByVal array() As DelegatedServer, _ 
   ByVal arrayIndex As Integer _ 
)  
public: 
void CopyTo(  
   array<DelegatedServer^>^ array, 
   int 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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpip.Server Assembly