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




ImageGear.Core Assembly > ImageGear.Core Namespace > ImGearMetadataNodeList Class : RemoveAt Method
The specified index.
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

Reference

ImGearMetadataNodeList Class
ImGearMetadataNodeList Members
ImGearMetadataNode Class