ImageGear .NET
CopyTo Method (ImGearMetadataNodeList)




The specified array.
The specified position.
Copies the list to the specified array at the specified position.
Syntax
public void CopyTo( 
   Array array,
   int index
)
public: void CopyTo( 
   Array* array,
   int index
) 
public:
void CopyTo( 
   Array^ array,
   int index
) 
'Declaration
 
Public Sub CopyTo( _
   ByVal array As Array, _
   ByVal index As Integer _
) 
 
'Usage
 
Dim instance As ImGearMetadataNodeList
Dim array As Array
Dim index As Integer
 
instance.CopyTo(array, index)

Parameters

array
The specified array.
index
The specified position.
See Also

Reference

ImGearMetadataNodeList Class
ImGearMetadataNodeList Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback