ImageGear .NET - Updated July 5, 2018
CopyTo Method (ImGearMetadataNodeList)




ImageGear24.Core Assembly > ImageGear.Core Namespace > ImGearMetadataNodeList Class : CopyTo Method
The specified array.
The specified position.
Copies the list to the specified array at the specified position.
Syntax
'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