ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearMetadataNodeList Class / RemoveAt Method
The specified index.




In This Topic
    RemoveAt Method (ImGearMetadataNodeList)
    In This Topic
    Removes the node at the specified index.
    Syntax
    'Declaration
     
    Public Sub RemoveAt( _
       ByVal index As Integer _
    ) 
    'Usage
     
    Dim instance As ImGearMetadataNodeList
    Dim index As Integer
     
    instance.RemoveAt(index)
    public void RemoveAt( 
       int index
    )
    public: void RemoveAt( 
       int index
    ) 
    public:
    void RemoveAt( 
       int index
    ) 

    Parameters

    index
    The specified index.
    See Also