ImageGear .NET v25.1 - Updated
CopyTo Method (ImGearMetadataNodeList)




ImageGear.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)
public void CopyTo( 
   Array array,
   int index
)
public: void CopyTo( 
   Array* array,
   int index
) 
public:
void CopyTo( 
   Array^ array,
   int index
) 

Parameters

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

Reference

ImGearMetadataNodeList Class
ImGearMetadataNodeList Members