ImageGear21.Core Assembly > ImageGear.Core Namespace > ImGearMetadataNodeList Class : Insert Method |
'Declaration Public Sub Insert( _ ByVal index As Integer, _ ByVal node As ImGearMetadataNode _ )
'Usage Dim instance As ImGearMetadataNodeList Dim index As Integer Dim node As ImGearMetadataNode instance.Insert(index, node)
public void Insert( int index, ImGearMetadataNode node )
public: void Insert( int index, ImGearMetadataNode* node )
public: void Insert( int index, ImGearMetadataNode^ node )