ImageGear .NET - Updated October 26, 2017
Clone Method (ImGearMetadataNode)




ImageGear23.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