ImageGear .NET - Updated March 30, 2018
Clone Method (ImGearMetadataNode)




ImageGear24.Core Assembly > ImageGear.Core Namespace > ImGearMetadataNode Class : Clone Method
Creates a new object that is a copy of the current instance.
Syntax
'Declaration
 
Public MustOverride Function Clone() As ImGearMetadataNode
 
'Usage
 
Dim instance As ImGearMetadataNode
Dim value As ImGearMetadataNode
 
value = instance.Clone()

Return Value

ImGearMetadataNode class that is a copy of the current instance.
See Also

Reference

ImGearMetadataNode Class
ImGearMetadataNode Members