LEADTOOLS JPEG 2000 (Leadtools.Jpip.Server assembly)

CopyTo Method

Show in webframe





The one-dimensional Array that is the destination of the DelegatedServer copied from collection.
The zero-based index in the array at which copying begins.
Copies the entire List to a compatible one-dimensional array, starting at the specified index of the target array.
Syntax
public virtual void CopyTo( 
   DelegatedServer[] array,
   int arrayIndex
)
'Declaration
 
Public Overridable Sub CopyTo( _
   ByVal array() As DelegatedServer, _
   ByVal arrayIndex As Integer _
) 
'Usage
 
Dim instance As DelegatedServersCollection
Dim array() As DelegatedServer
Dim arrayIndex As Integer
 
instance.CopyTo(array, arrayIndex)

            

            
public:
virtual 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

See Also

Reference

DelegatedServersCollection Class
DelegatedServersCollection Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

Leadtools.Jpip.Server requires a Document or Medical license and unlock key as well as a server license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features