ImageGear .NET - Updated
Clone Method (ImGearMetadataTree)




ImageGear24.Core Assembly > ImageGear.Core Namespace > ImGearMetadataTree Class : Clone Method
Creates a new object that is a copy of the current instance.
Syntax
'Declaration
 
Public Overrides NotOverridable Function Clone() As ImGearMetadataNode
'Usage
 
Dim instance As ImGearMetadataTree
Dim value As ImGearMetadataNode
 
value = instance.Clone()
public override ImGearMetadataNode Clone()
public: ImGearMetadataNode* Clone(); override 
public:
ImGearMetadataNode^ Clone(); override 

Return Value

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

Reference

ImGearMetadataTree Class
ImGearMetadataTree Members