ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearMetadataNodeList Class / CopyTo Method
The specified array.
The specified position.




In This Topic
    CopyTo Method (ImGearMetadataNodeList)
    In This Topic
    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