ImageGear .NET v25.1 - Updated
Clone Method (ImGearMetadataNode)




ImageGear.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()
public abstract ImGearMetadataNode Clone()
public: abstract ImGearMetadataNode* Clone(); 
public:
abstract ImGearMetadataNode^ Clone(); 

Return Value

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

Reference

ImGearMetadataNode Class
ImGearMetadataNode Members